+
+ {% if description %} +
+ {{ description }} +
+ {% endif %} + + {% for tag, tag_endpoints in grouped_endpoints.items() %} +
+

{{ tag }}

+ + {% for endpoint in tag_endpoints %} +
+ {% include "endpoint.html.jinja2" %} +
+ {% endfor %} +
+ {% endfor %} +
+