diff options
Diffstat (limited to 'franticworld/templates/categories.html')
-rw-r--r-- | franticworld/templates/categories.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/franticworld/templates/categories.html b/franticworld/templates/categories.html new file mode 100644 index 0000000..6708a47 --- /dev/null +++ b/franticworld/templates/categories.html @@ -0,0 +1 @@ +{% extends "base.html" %}
{% block content %}
<ul>
{% for category, articles in categories %}
<li><a href="{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
{% endblock %}
\ No newline at end of file |