diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/tags.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/templates/tags.html b/theme/templates/tags.html new file mode 100644 index 0000000..83619d4 --- /dev/null +++ b/theme/templates/tags.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} {% block subtitle %}tags - {% endblock %} {% block main %} +<h1>Tags</h1> +<p>Browse posts by topic.</p> +<!-- BEGIN_TAGS --> +<!-- END_TAGS --> +{% endblock %} |
