{% extends "base.html" %} {% block content %}
{% for item in sections %} {{ item }} {% endfor %}
{% endblock %}