{% if config.enabled %} {# ── Active: prominent warning banner ─────────────────────────── #}
Global Maintenance Active All routes → 503
{% if config.reason %}

{{ config.reason }}

{% endif %}
{% if config.exempt_paths %}

Exempt: {{ config.exempt_paths | join(", ") }}

{% endif %} {% if config.include_force_active %}

⚠ @force_active routes also blocked

{% else %}

@force_active routes still reachable

{% endif %}
{% else %} {# ── Inactive: subtle control bar ─────────────────────────────── #}

Global maintenance is off

{% endif %}