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.xhtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'project/templates/base.xhtml') diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml index a05e26b..4258f12 100644 --- a/project/templates/base.xhtml +++ b/project/templates/base.xhtml @@ -1,8 +1,6 @@ - - +{% block doctype -%} +{%- endblock %} {% block title %}{% endblock %} -- cgit