aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/tags.html
blob: 83619d4adc01412ec44493f6a63a1c9b361e303e (plain) (blame)
1
2
3
4
5
6
{% extends "base.html" %} {% block subtitle %}tags - {% endblock %} {% block main %}
<h1>Tags</h1>
<p>Browse posts by topic.</p>
<!-- BEGIN_TAGS -->
<!-- END_TAGS -->
{% endblock %}