{% extends "base.html" %} {% block title %}API documentation{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block header %}

API documentation

{% endblock %} {% block content %}
{% for url in urls %} {% if url.0 is not none %}

{{url.0}} ({{url.1}} {{url.2}})

{% else %}

{{url.1}} {{url.2}}

{% endif %}
{{url.3}}
{% endfor %}
{% endblock %}