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 %}