{% whitespace oneline %} {% extends "../base.html" %} {% block body %} {% for ep in endpoints %}

{{ep["name"]}}

{{ep["description"]}}

{% for path in ep["endpoints"] %} {% end %}
Pfad Methoden
{{path["path"]}} {{", ".join(path["methods"])}}
{% end %} {% end %} {% block head %} {% end %}