Files
website/template/events-en.html
2026-05-03 01:18:16 +02:00

23 lines
529 B
HTML

{% block content %}
<h1>Events</h1>
<div class="description">
<p>
Following list contains all forthcoming events. Held events are listed in
<a href="/{{ lang }}/events_archive">archive</a>.
</p>
<p>
Events are also available as an
<a href="https://dmz.rs/events.ical">ical</a> file.
</p>
<p>
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">Short description</a>
how to find a space
</p>
</div>
<div class="events-list">
{{ events_html|safe }}
</div>
{% endblock %}