{{ content[0] }}

Contents

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

{{ titles[loop.index] }}

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