Add havelseite
This commit is contained in:
11
generator/templates/timeline.html
Normal file
11
generator/templates/timeline.html
Normal file
@ -0,0 +1,11 @@
|
||||
<section class="timeline">
|
||||
<div class="timeline-title">
|
||||
{{ title | safe }}
|
||||
</div>
|
||||
|
||||
{% for item in items %}
|
||||
<article class="timeline-item">
|
||||
{{ item | safe }}
|
||||
</article>
|
||||
{% endfor %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user