{% include "endpoints/list/filter_section.html" %} {% include "endpoints/list/settings_modal.html" %} {% for app_name, endpoints in endpoints_by_app.items %}

{{ app_name|title }}

{% for endpoint in endpoints %} {% include "endpoints/list/endpoint_card.html" %} {% endfor %}
{% endfor %}