diff options
Diffstat (limited to 'themes/nojs/templates/category.html')
| -rw-r--r-- | themes/nojs/templates/category.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/nojs/templates/category.html b/themes/nojs/templates/category.html new file mode 100644 index 0000000..a9a105d --- /dev/null +++ b/themes/nojs/templates/category.html @@ -0,0 +1,8 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %} + +{% block content_title %} +<h2>{{ category }}</h2> +{% endblock %} + |
