{% load static %} {% comment %} Standalone dashboard shell — intentionally NOT the admin base template. The admin is CRUD chrome; this is a bespoke real-time ops surface, so it owns its own layout rather than fighting the admin's page structure. 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 %} {% block title %}HoneyDjango{% endblock %} {% block head_extra %}{% endblock %}

{% block heading %}HoneyDjango{% endblock %}

{% block content %}{% endblock %}
{% block body_scripts %}{% endblock %}