{% for collection, endpoints in endpoints.iteritems() %}
    {{ collection|lower }}
    {% for endpoint in endpoints %} {% if endpoint.method %}
  • {{ endpoint.method|upper }} {{ endpoint.display_name }}
  • {% endif %} {% endfor %} {% endfor %}