{% extends 'core/export.html' %} {% block body %} {% for section in sections %} {% include 'questions/export/section.html' with section=section %} {% endfor %} {% endblock %}