{% block head %}{% endblock %}
{# Sidebar (hidden on login page where user is null) #} {% if user %}{% include "components/sidebar.html" %}{% endif %} {# Main content area #}
{% if user %}{% include "components/navbar.html" %}{% endif %}
{% block content %}{% endblock %}
{# Toast container for HTMX OOB swaps #}
{# Dashboard JavaScript #} {% block scripts %}{% endblock %}