diff -r bb011397a99c -r 9507107a1133 theme/templates/tags.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/theme/templates/tags.html Sat Mar 12 17:37:27 2016 +0100 @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Tags{% endblock %} + +{% block content %} +

Tags for {{ SITENAME }}

+ +{% endblock %} + +{% block footer %} +{% include 'credits.html' %} +{% endblock %}