[Jinja2] init
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user