From f08e56433fb2c92a9172787adcb33edee347bc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 09:55:21 +0100 Subject: Update for new upstream version (revision 3891) --- templates/categories.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/categories.html (limited to 'templates/categories.html') diff --git a/templates/categories.html b/templates/categories.html new file mode 100644 index 0000000..07f6290 --- /dev/null +++ b/templates/categories.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Categories{% endblock %} + +{% block content %} + +
+

Categories for {{ SITENAME }}

+ +
+ +{% endblock %} -- cgit v1.2.3