{% extends 'django_master/_single_col.html' %} {% block page_title %}Routes{% endblock %} {% block content %}
    {% for route in route_list %} {% include 'django_master/includes/_routes_item_list.html' with route=route %} {% endfor %}
{% endblock %}