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

6 lines
167 B
HTML

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