diff --git a/_includes/agenda-day-details-online.html b/_includes/agenda-day-details-online.html new file mode 100644 index 0000000..ca3d9da --- /dev/null +++ b/_includes/agenda-day-details-online.html @@ -0,0 +1,51 @@ +!-- Agenda ONLINE Section --> +{% comment %} +Expects following parameters: day +{% endcomment %} + +
+{% for session in include.day.sessions-online %} +
+{% for event in session.events %} +
+
+ {{ event.time }} + {% if event.room %} + / {{ event.room }} + {% endif %} + + {% if event.url %} + + {% endif %} + +

{{ event.title }}

+ {% if event.subtitle %} +
{{ event.subtitle }}
+ {% endif %} + + {% if event.url %} +
+ {% endif %} + + {% if event.subevents %} + + {% endif %} +
+
+{% endfor %} +
+{% endfor %} +