{% extends "web/_file_base.html" %} {% block formatted_content %} {% for section in sections %} {% if section.title %} {#This section has a title: can be collapsed#}
{{ section.content }}
{% else %}
{{ section.content }}
{% endif %} {% endfor %} {% endblock %}