aboutsummaryrefslogtreecommitdiff
path: root/templates/tag.html
blob: 52fd1e8020cd638f38b476e441dfb406acabb7a3 (plain)
1
2
3
4
5
{% extends "base.html" %}
{% block content %}
<h1 class="topmost">Tag <q>{{ tag }}</q></h1>
{% include "blocks/article-list.html" %}
{% endblock %}