{% extends 'zebrafinch/base.html' %} {% load url from future %} {% block content %}
{% csrf_token %} {% for section in section_list %} {% endfor %}
{{ section }}
{% endblock content %}