{% for route in routes|sort(attribute='path') %} {% endfor %}
Name Methods Path Endpoint Description
{{ route.name|default('', true) }} {% if route.methods %}{{ route.methods|sort|join(', ') }}{% endif %} {{ route.path }} {{ get_name_from_obj(route.endpoint) }} {{ route.description }}