{% extends 'djangomaster/_single_col.html' %} {% block page_title %}Routes{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

 

{% for route in route_list %} {% include 'djangomaster/includes/_routes_item_list.html' with route=route only %} {% endfor %}
{% endblock %}