[Jinja2] init

This commit is contained in:
coja
2026-08-09 05:54:07 +02:00
committed by coja
parent cc0127dbe3
commit 1a0b3167c0
13 changed files with 344 additions and 386 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 %}