From 7daa254c0b2be4055a40ef320f44e7d066dca753 Mon Sep 17 00:00:00 2001 From: Ahmed M Alaa Date: Mon, 5 Dec 2022 14:48:27 +0200 Subject: added: default taxonomies templates, custom nav links --- templates/categories/list.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/categories/list.html (limited to 'templates/categories/list.html') diff --git a/templates/categories/list.html b/templates/categories/list.html new file mode 100644 index 0000000..83b74fb --- /dev/null +++ b/templates/categories/list.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block header %} +

..{{ current_path }}

+

{{ taxonomy.name }}

+{% endblock header %} + +{% block content %} + +{% endblock content %} \ No newline at end of file -- cgit v1.2.3