<main>
{% for section in sections %}
<section>
<div class="align-left">
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
</div>
<div>
{{ section.content | safe }}
<hr>
</section>
{% endfor %}
</main>