{% extends 'base.html' %} {% block content %}
{% for section in sections %}

{{ section.name }}

{% with items = section["items"] %} {% include '_list.html' %} {% endwith %} {% endfor %}
{% endblock %}