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

{{ config.reason }}

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

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

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

{{ service }} maintenance is off

{% endif %}