From 5242985effa2f6c645db60ff73201e17dd600507 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Oct 2024 08:29:15 +0300 Subject: Cleanup SuperHTML warnings --- src/main/resources/templates/layouts/default.html | 53 ++++++++++++----------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'src/main/resources/templates/layouts/default.html') diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html index cb12ce38..b7975b42 100644 --- a/src/main/resources/templates/layouts/default.html +++ b/src/main/resources/templates/layouts/default.html @@ -2,34 +2,34 @@ - - + + - + {% block headers %} {{ headers | default('') | raw }} {% endblock %} {{ title | default('Juick') }} - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -38,12 +38,13 @@
{% flush %} -
+
{% block content %} {% endblock %}
-- cgit v1.2.3