[Jinja2] init
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
<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
|
||||
<a href="https://dmz.rs/events.ical">ical</a> file.
|
||||
</p>
|
||||
<p>We also provide <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
|
||||
@@ -17,3 +19,8 @@
|
||||
how to find a space
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="events-list">
|
||||
{{ events_html|safe }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user