[Jinja2] init

This commit is contained in:
coja
2026-08-09 05:36:02 +02:00
committed by coja
parent 2843f1763e
commit 4d115a29c6
13 changed files with 344 additions and 390 deletions
+10 -2
View File
@@ -1,6 +1,14 @@
<h1>Events archive</h1>
{% block title %}Events archive{% endblock %}
{% block content %}
<h1 class="title">Events archive</h1>
<p>
All events that we organized so far. You can find future events on
<a href="/en/events">Events page</a>
<a href="/{{ lang }}/events">Events page</a>
</p>
<br />
<div class="events-list">
{{ events_html|safe }}
</div>
{% endblock %}