diff --git a/index.html b/index.html
index c5e8b68..d1cd5f8 100644
--- a/index.html
+++ b/index.html
@@ -94,17 +94,19 @@
{{#eventCount}}
- {{> agenda_template}}
+
+ {{> agenda_template}}
+
+ {{#nextEvent}}
+ {{> next_lecture_template}}
+ {{/nextEvent}}
+
+ {{#nextEvent.lecturer}}
+ {{> next_lecturer_template}}
+ {{/nextEvent.lecturer}}
+
{{/eventCount}}
- {{#nextEvent}}
- {{> next_lecture_template}}
- {{/nextEvent}}
-
- {{#nextEvent.lecturer}}
- {{> next_lecturer_template}}
- {{/nextEvent.lecturer}}
-