[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,9 +1,12 @@
<h1>Events</h1>
{% block title %}Events{% endblock %}
{% block content %}
<h1 class="title">Events</h1>
<div class="description">
<p>
Following list contains all forthcoming events. Held events are listed in
<a href="/en/events_archive">archive</a>.
<a href="/{{ lang }}/events_archive">archive</a>.
</p>
<p>
Events are also available as an
@@ -16,3 +19,8 @@
how to find a space
</p>
</div>
<div class="events-list">
{{ events_html|safe }}
</div>
{% endblock %}