diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-11-10 02:05:37 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-11-10 02:05:37 +1300 |
commit | e75f04ce0747169b0f77aa55518982409cf9a876 (patch) | |
tree | c63158ae66f05a29b08d466a9a2863fb39246de0 /project/templates | |
parent | 1aa590622567ac85e6b784a765388c0b1d17d4b4 (diff) |
Fixed missing utility tag page
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/tags/utility.xhtml | 10 |
1 files changed, 10 insertions, 0 deletions
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 -%} + + |