diff options
Diffstat (limited to 'templates/category.html')
-rw-r--r-- | templates/category.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/category.html b/templates/category.html new file mode 100644 index 0000000..794d56f --- /dev/null +++ b/templates/category.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block content %} +<h1 class="topmost">Category {{ category }}</h1> +{% include "blocks/article-list.html" %} +{% endblock %} |