{# Favicon #} {# Font: Inter for headings #} {# DaisyUI + Tailwind (purged local build — 18KB gzipped) #} {# Coffee House theme + design tokens #} {% if auth_service_url %} {% endif %} {# Dark mode — must run before paint to prevent FOUC #} {# HTMX (self-hosted) #} {% block head %}{% endblock %} {# Accessibility: skip-to-content link #} Skip to main content {% block layout %} {# Default layout: navbar only. Override for sidebar layout. #} {% include "components/navbar.html" %}
{% include "components/flash.html" %} {% block content %}{% endblock %}
{% endblock %} {# Toast container #}
{# Shared JS: CSRF, toast, form loading #} {# HTMX error → toast #} {% block scripts %}{% endblock %}