refonte/themes/afpy/templates/tag.html

8 lines
172 B
HTML

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