first version of the new website
[markerbeacon.git] / themes / notmyidea / templates / taglist.html
diff --git a/themes/notmyidea/templates/taglist.html b/themes/notmyidea/templates/taglist.html
new file mode 100644 (file)
index 0000000..58f3557
--- /dev/null
@@ -0,0 +1 @@
+{% if article.tags %}<p>tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag | escape }}</a> {% endfor %}</p>{% endif %}