{% 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 %}
{{ site_alert.message }}
{% if site_alert.link_text and site_alert.link_url %}
{{ site_alert.link_text }} →
{% endif %}
{% if site_alert.dismissable %}
{% endif %}