From ecffa90d7cb2439227c440918ad87619bd951d66 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Dec 2021 00:01:48 +0200 Subject: [PATCH] dsf --- files/templates/default.html | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index d6342be32..74ec983a5 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -1,6 +1,18 @@ + {% if v %} + + + + {% if v.agendaposter %}{% elif v.css %}{% endif %} + {% else %} + + + {% endif %} + + + @@ -173,22 +185,6 @@ href="/assets/images/{{'SITE_NAME' | app_config}}/icon.webp?v=4" > - - {% block stylesheets %} - - {% if v %} - - - - {% if v.agendaposter %}{% elif v.css %}{% endif %} - {% else %} - - - {% endif %} - - {% endblock %} - - {% block fixedMobileBarJS %} {% endblock %}