From be772f40c42711de54a3331db2781b1511acba9d Mon Sep 17 00:00:00 2001 From: garhve Date: Mon, 2 Jan 2023 06:02:01 +0800 Subject: change to zola --- templates/categories/list.html | 18 ++++++++++++++++++ 1 file changed, 18 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..b6d98c2 --- /dev/null +++ b/templates/categories/list.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} + +{% block title %} +Categories +{% endblock %} + +{% block content %} +

[Categories]

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