{# Vendored from packages/web/src/governor_web/templates/layout.html @ 19455c57c5a9. Adapted for governor-audit (spec 141): single-user / loopback-only / no auth / no notifications. Sidebar items reduced to Dashboard · Opportunities · Configuration. Drift check: re-pull from upstream if the brand styling diverges; this file is a snapshot, not a runtime import. #} {{ title or "Governor Audit" }} {# Mobile backdrop #} {# ── Sidebar ── #} {% set _path = request.url.path %} {# ── Content wrapper ── #}
{# Mobile top bar #}
Governor Audit
{# Main content #}
Governor Audit v{{ app_version }}
{% if flash %}
{{ flash.level }} {{ flash.message }}
{% endif %}
{% block content %}{% endblock %}