{% for path, doc in urls|dictsort(false, 'key') %}
{{ path }}
METHODS:
{{ doc['methods']|sort }}
DOCSTR:
{{ doc['docstr'] }}
{% endfor %}