diff --git a/templates/base.html b/templates/base.html index 720c681..f7b6118 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,103 +1,87 @@ - - - - {% block title %}{{ COMPANY_NAME }}{% endblock %} - - + + + + {% block title %}{{ COMPANY_NAME }}{% endblock %} - - + + - - {% if THEME_NAME %} - - {% endif %} + + {% if THEME_NAME %} + + {% endif %} - - {% block extra_head %}{% endblock %} + + - - - - - -
- - {% with messages = get_flashed_messages(with_categories=true) %} {% if - messages %} -
- {% for category, message in messages %} -
- - {{ message }} - -
- {% endfor %} + + {% block extra_head %}{% endblock %} + + + + + + + +
+ + {% with messages = get_flashed_messages(with_categories=true) %} {% if + messages %} +
+ {% for category, message in messages %} +
+ + {{ message }} +
- {% endif %} {% endwith %} + {% endfor %} +
+ {% endif %} {% endwith %} - -
{% block content %}{% endblock %}
-
+ +
{% block content %}{% endblock %}
+
- - - - + + - - {% block extra_scripts %}{% endblock %} + + {% block extra_scripts %}{% endblock %} - - - {% if turnstile_enabled %} - - - {% endif %} - - + + {% if turnstile_enabled %} + + + {% endif %} + + + \ No newline at end of file