refonte/themes/afpy/templates/tag.html

10 lines
201 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
{% block content_title %}
<section>
<h2>Articles tagged with {{ tag }}</h2>
</section>
{% endblock %}