{% extends 'base.html.twig' %} {% block body %} {# Global toast controller - persists across all HTMX swaps and page navigations #}
{% if is_granted('ROLE_USER') %} {% endif %}
{% block content %}{% endblock %} {% include '_partials/_loading_indicator.html.twig' %}
{% endblock %}