From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/tags/esoteric.xhtml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 project/templates/tags/esoteric.xhtml (limited to 'project/templates/tags/esoteric.xhtml') diff --git a/project/templates/tags/esoteric.xhtml b/project/templates/tags/esoteric.xhtml new file mode 100644 index 0000000..14f75b4 --- /dev/null +++ b/project/templates/tags/esoteric.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Esoteric Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Esoteric

+ + +{% endblock -%} + + -- cgit