diff options
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 -%} + + |