{% for section in sections %}
{% if section.title %}
{# This section has a title: can be collapsed#}
{{ section.title }}
{% include "web/_file_linenumbers_content.html" with linenumbers=section.linenumbers content=section.content only %}
{% else %}
{% include "web/_file_linenumbers_content.html" with linenumbers=section.linenumbers content=section.content only %}
{% endif %}
{% endfor %}