{% extends "banjo/base.html" %} {% block content %}

API

View as JSON

{% for route in routes %}

{{route.human_name}}

URL: {{route.url}}

{{route.description}}

{% endfor %} {% endblock %}