{% extends "base.html" %} {% block title %}FlowSurgeon — Routes{% endblock %} {% block topbar %} {% endblock %} {% block content %}
{# -- Method filter toggle group -- #}
{% for m in ['ALL', 'GET', 'POST', 'PUT', 'DELETE', 'PATCH'] %} {% endfor %}
{{ total_routes }} route{% if total_routes != 1 %}s{% endif %}
{# ── Routes list ── #} {% if total_routes == 0 %}
No routes discovered.
{% else %}
{% endif %}
{% endblock %}