Files
godot-website/_includes/events/events-year.html
2023-10-16 15:54:27 +02:00

22 lines
334 B
HTML

<div class="events-shortlist">
<div>
<h2 id="{{ include.year }}">{{ include.year }}</h2>
<ul>
{% for shortlist_item in include.shortlist %}
{{ shortlist_item }}
{% endfor %}
</ul>
</div>
</div>
<div class="events-fulllist">
{% for fullist_item in include.fulllist %}
{{ fullist_item }}
{% endfor %}
</div>