diff options
Diffstat (limited to 'bootlex/templates/category.html')
-rw-r--r-- | bootlex/templates/category.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootlex/templates/category.html b/bootlex/templates/category.html new file mode 100644 index 0000000..4e6fd24 --- /dev/null +++ b/bootlex/templates/category.html @@ -0,0 +1,5 @@ +{% extends "index.html" %} +{% block content_title %} +<h2>Articles in the {{ category }} category</h2> +{% endblock %} + |