Files
LifeFaq/templates/combined_template.html
Henrik Jess Nielsen 1b3d03cd70
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 51s
[main] Images images images
2024-12-31 00:05:36 +01:00

16 lines
336 B
HTML

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