mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
22 lines
334 B
HTML
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>
|