From 6deeb8be82a01e69065014e3920248ab07651319 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 18 Jun 2023 17:03:30 +0200 Subject: [PATCH] add the list template --- templates/list.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/list.html diff --git a/templates/list.html b/templates/list.html new file mode 100644 index 0000000..df04ffe --- /dev/null +++ b/templates/list.html @@ -0,0 +1,35 @@ + + +{{> head.html}} + +{{> header.html}} +

+{{?htag}} + Category listing: + {{#htag}} + + {{^tag}}all{{/tag}} + {{?tag}}» {{tag}}{{/tag}} + + {{/htag}} +{{/htag}} +

+

See the hierarchical view of this category.

+{{?subtags}}

Sub-categories

+ +{{/subtags}} +{{?pages}} +

Cards

+ +{{/pages}} +{{> footer.html}} + +