aboutsummaryrefslogtreecommitdiffstats
path: root/templates/event/index.html.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/event/index.html.tera')
-rw-r--r--templates/event/index.html.tera7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/event/index.html.tera b/templates/event/index.html.tera
index 0a9f7d6..3eaf890 100644
--- a/templates/event/index.html.tera
+++ b/templates/event/index.html.tera
@@ -1,12 +1,13 @@
{% extends "base" %}
-{% block content %}
+{% block contents %}
{% for event in events %}
<h1>{{ event.name }}</h1>
{% if event.description -%}
- <p>{{ event.description }}</p>
+ <p>{{ event.description }}</p>
{% endif -%}
{% endfor %}
<div id="program"></div>
-{% endblock content %}
+ <script src="/js/app.js"></script>
+{% endblock contents %}