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