From 5e0c014ca74b968882c1f52334b9a340a1464319 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 19 May 2026 12:49:10 -0400 Subject: [PATCH] 05/19 Sync code with LT --- templates/base.html | 156 ++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 86 deletions(-) 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