{% block head %}{% endblock %} {% if current_user.is_authenticated and current_user.is_demo %}
Demo Mode — Changes reset daily. Create a free account →
{% endif %} {# ════════════════════════════════════════ NAVBAR CSS handles the green gradient via .navbar so we only need navbar-dark for white text. ════════════════════════════════════════ #} {# ════════════════════════════════════════ SITE ALERT BANNER ════════════════════════════════════════ #} {% if site_alert and site_alert.enabled and site_alert.message %} {% endif %} {# ════════════════════════════════════════ FLASH MESSAGES ════════════════════════════════════════ #} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {# ════════════════════════════════════════ SUBHEADER + CONTENT ════════════════════════════════════════ #} {% block subheader %}{% endblock %} {% block content %}{% endblock %} {# ════════════════════════════════════════ FOOTER ════════════════════════════════════════ #} {% if site_footer and site_footer.enabled %} {% endif %} {% block scripts %}{% endblock %} {% if qa_active %}
Smoke Test
Smoke Test
×
Loading session...
Loading checklist...
{% endif %}