From d640c7bd637fa07150bbdaba17bcdcc8d24c676b Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:41:39 +1300 Subject: Refactored base templates --- project/templates/base_plain.xhtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 project/templates/base_plain.xhtml (limited to 'project/templates/base_plain.xhtml') diff --git a/project/templates/base_plain.xhtml b/project/templates/base_plain.xhtml new file mode 100644 index 0000000..0f26e40 --- /dev/null +++ b/project/templates/base_plain.xhtml @@ -0,0 +1,13 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block doctype -%} + + +{%- endblock -%} + + -- cgit