From 565a6e84e3054a45ec31729125801ab1f403c936 Mon Sep 17 00:00:00 2001 From: Speyll Date: Wed, 8 Nov 2023 00:22:56 +0100 Subject: [PATCH] streamlined how multilingual support works --- templates/base.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/templates/base.html b/templates/base.html index 86691df..b3ed6ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,15 +4,17 @@ {% include "head.html" %} -
- {% include "header.html" %} -
-
- {% block content %} - {% endblock content %} -
- +
+
+ {% include "header.html" %} +
+
+ {% block content %} + {% endblock content %} +
+ +
\ No newline at end of file