From e75f04ce0747169b0f77aa55518982409cf9a876 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 10 Nov 2022 02:05:37 +1300 Subject: Fixed missing utility tag page --- project/templates/tags/utility.xhtml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project/templates/tags/utility.xhtml (limited to 'project/templates/tags') diff --git a/project/templates/tags/utility.xhtml b/project/templates/tags/utility.xhtml new file mode 100644 index 0000000..e0dbe20 --- /dev/null +++ b/project/templates/tags/utility.xhtml @@ -0,0 +1,10 @@ + +{%- extends "tags/base_tag.xhtml" -%} + + + +{%- block title -%}{{ tag_title ("Utility") }}{%- endblock -%} +{%- block content %}{{ tag_content ("Utility") }}{% endblock -%} +{%- block footer -%}{{ tag_footer ("utility.xhtml") }}{%- endblock -%} + + -- cgit