{% load static %} {% comment %} Standalone dashboard shell — intentionally NOT the unfold admin base. The admin (unfold) is CRUD chrome; this is a bespoke real-time ops surface, so it owns its own layout to avoid fighting unfold's flex/grid (which was breaking the Leaflet map). It still sits behind the obscured admin URL prefix and the admin login (see views + honeydj/urls.py). Assets are pulled from CDN for now ("CDN now, build later"): Tailwind Play CDN, HTMX, Alpine, Leaflet. Before launch these get swapped for a bundled/purged Tailwind build and pinned local assets — the page structure (blocks, partials, static JS islands) stays identical, so that swap is additive, not a rewrite. {% endcomment %}