{% extends "base.html" %} {% block content %} {% for section, content in sections.items %} {% include 'section.html' with section=section content=content %} {% endfor %} {% endblock %}