{% include '_partials/sidebar.html' %}
{% include '_partials/header.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {% if mock_mode is defined and mock_mode %}
Demo This page shows simulated data. Changes are not persisted.
{% endif %}
{% block content %}{% endblock %}
{% include '_partials/toast_container.html' %} {% include '_partials/command_palette.html' %}
{% block scripts %}{% endblock %} {% include 'auth/login_modal.html' %}