2014-12-29 22:08:56 +00:00
|
|
|
{% extends "index.html" %}
|
2015-01-01 20:06:34 +00:00
|
|
|
{% block title %}{{ category|capitalize }}{% endblock %}
|
2014-12-29 22:08:56 +00:00
|
|
|
{% block description %}{% endblock %}
|
2015-01-01 20:06:34 +00:00
|
|
|
|
|
|
|
{% include 'common_seo.html' %}
|