{% include "nav.html" %}
{% block content %}{% endblock %}
{# Read once and cleared, so a message shows on exactly one page. An HTMX save replaces this container out of band instead. #} {% set flash = pop_flash(request) %}
{% if flash %}{% include "_toast.html" %}{% endif %}
{# Where a clicked row's dialog lands. Empty until one is asked for. #}