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