{% for section in sections %}

{{ section.name }}

Summary: {{ section.summary }}

Author: {{ section.author }}

{{ section.content | safe }}

{% endfor %}