{# Shared chrome for every page except index.html (standalone) and review_base.html (relayed to careagents.cloud — see #396; it must not carry navigation or same-origin assets). TWO GROUNDS, and the default is deliberate. `surface-console` + data-bs-theme="dark" is the DEFAULT so that any template extending this file renders exactly as it did before the redesign. The operational dashboards (r6_dashboard, fhir_control_panel, command_center) style their own components in r6-dashboard.css and inherit the dark ground from Bootstrap; repainting them was explicitly out of scope. A page opts IN to the editorial ground: {% block surface %}surface-paper{% endblock %} {% block bstheme %}light{% endblock %} Every asset below is self-hosted. Nothing here calls a CDN — that is what lets the CSP in app.py stay default-src 'self'. Re-vendor with scripts/vendor_frontend_assets.py; do not swap a local path back to a CDN to pick up a newer version. #}