{# htmx must not inject its indicator style: the policy allows no inline style. #} {% block title %}{{ APP_NAME }}{% endblock %} {# Every htmx request carries the session's CSRF token as a header. #}
{% include "partials/sidebar.html" %}

{% block heading %}{{ self.title() }}{% endblock %}

{% block subheading %}{% endblock %}
{% block actions %}{% endblock %}
{% include "partials/flash.html" %} {% block content %}{% endblock %}