[main] Images images images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 51s

This commit is contained in:
2024-12-31 00:05:36 +01:00
parent c329891e2e
commit 1b3d03cd70
9 changed files with 83 additions and 5 deletions

View File

@@ -1,12 +1,10 @@
<main>
{% for section in sections %}
<section>
<div class="row">
<div class="col-8 col-12-medium"></div>
<div class="col-4 col-12-medium">
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
</div>
<div class="align-left">
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
</div>
<div>
{{ section.content | safe }}
</div>