{# v0.4.2 H1: vendored htmx + alpine so the dashboard works offline / air-gapped. Pre-fix these were CDN-only and any user without internet got a non-functional UI (no HTMX swaps, no Alpine reactivity). #} {% block extra_head %}{% endblock %}
{% include '_sidebar.html' %}
{% block content %}{% endblock %}
{# Log-page helpers: both scripts are no-ops on pages that don't contain their target elements (querySelector returns null and they exit early). Loaded site-wide so the SSE templates don't each have to remember to include them. #}