{% extends base %} {% block main %}
{% include "htmx/incidents/_incidents_menubar.html" %}
{% block table %} {% include "htmx/incidents/_incident_table.html" %} {% endblock table %}
{% endblock main %}