aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/tags.html6
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 %}