{% for route in routes %} {% endfor %}
Endpoint Methods URL View Function Description
{{ route.endpoint }} {{ route.methods }} {{ route.url }} {{ route.view_func }} {% if route.doc %}
{{ route.doc.split('\n')[0] }}{% if route.doc.count('\n') > 0 %}...{% endif %}
{{ route.doc }}
{% else %} N/A {% endif %}