Files
havelseiten/generator/templates/timeline.html
2026-05-16 14:16:54 +02:00

11 lines
243 B
HTML

<section class="timeline">
<div class="timeline-title">
{{ title | safe }}
</div>
{% for item in items %}
<article class="timeline-item">
{{ item | safe }}
</article>
{% endfor %}
</section>