Routes and HTTP Methods
Home
{% for route in routes %}
{{ route.path }}
{% for method in route.methods %}
{{ method }}
{% endfor %}
{% endfor %}