pelican-mg/templates/category.html
2015-01-01 21:06:34 +01:00

6 lines
155 B
HTML

{% extends "index.html" %}
{% block title %}{{ category|capitalize }}{% endblock %}
{% block description %}{% endblock %}
{% include 'common_seo.html' %}