Add havelseite

This commit is contained in:
finalnode
2026-05-16 14:16:54 +02:00
parent e53c964609
commit 3f54f53641
79 changed files with 6735 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<section class="downloads-section">
<div class="downloads-title">
{{ title | safe }}
</div>
<div class="download-list">
{% for link in links %}
<a class="download-item" href="{{ link.href }}">
<span>{{ link.label }}</span>
</a>
{% endfor %}
</div>
</section>