From 20d09cb11b21f1bfec8d3f153dc59032491e264f Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 31 Jan 2024 01:09:38 +0300 Subject: [PATCH] feat: Use xhtml, fuck WHATWG --- templates/base.html | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2466916..7f61ee3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,15 +1,14 @@ - - - -{% include "includes/head.html" ignore missing -%} - - - {% include "includes/nav.html" ignore missing -%} -
- {% block custom %}{%- endblock -%} - {% block content %}{%- endblock -%} -
- {% include "includes/footer.html" ignore missing -%} - - + + + + {% include "includes/head.html" ignore missing -%} + + {% include "includes/nav.html" ignore missing -%} +
+ {% block custom %}{%- endblock -%} + {% block content %}{%- endblock -%} +
+ {% include "includes/footer.html" ignore missing -%} +