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

{% for route in routes %} {% endfor %}
Route
{{ route.route }}
{% endblock %} {% block scripts %} {% endblock %}