{{ content[0] }}

Contents

{% for section in content %} {% if loop.index > 1 %}

{{ titles[loop.index - 1] }}

{{ section }}
{% endif %} {% endfor %}