diff --git a/themes/nluug/layouts/evenementen/schedule-event.html b/themes/nluug/layouts/evenementen/schedule-event.html
index 8ee665d..9efbfd1 100644
--- a/themes/nluug/layouts/evenementen/schedule-event.html
+++ b/themes/nluug/layouts/evenementen/schedule-event.html
@@ -129,6 +129,80 @@
{{ if ne .hidden true }}
{{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}
{{ with .name }}
+
+
+
+
+
+
+ {{ with .rows }}
+ {{ range . }}
+ {{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}
+ {{ with .description }}
{{ . }}
{{ end }}
+ {{ with .columns }}
+ {{ $.Scratch.Set "counter2" 0 }}
+ {{ $line := . }}
+ {{ range . }}
+ {{ $size := 1 }}
+ {{ if .size }}{{ $size = .size }}{{ end }}
+
+ {{ if .time }}
+
{{ .time }}
+ {{ else if .talk }}
+ {{ $talk := .talk }}
+ {{ range seq $size }}
+ {{ $.Scratch.Set "counter2" (add ($.Scratch.Get "counter2") 1) }}
+
+ {{ with $talk.speaker }}
{{ . }}{{ end }}
+ {{ if and ($talk.title) ($talk.link) }}
+ {{ if $talk.link }}
+ {{ if $talk.keynote }}
Keynote: {{ end }}
{{ $talk.title }}
+ {{ else }}
+
{{ $talk }}
+ {{ end }}
+ {{ else }}
+ {{ if $talk.title }}{{ if $talk.keynote }}
Keynote: {{ end }}
{{ $talk.title }}{{ end }}
+ {{ end }}
+ {{ if eq $talk.language "nl" }}🇳{{ end }}
+ {{ if $talk.not_recorded }}
+
+ {{ end }}
+
+
{{ $.Scratch.Get "counter2" }}
+ {{ end }}
+ {{ else if .textfield }}
+ {{ $textfield := .textfield }}
+ {{ range seq $size }}
+ {{ $.Scratch.Set "counter2" (add ($.Scratch.Get "counter2") 1) }}
+
+ {{ if $textfield.text }}
+ {{ if and ($textfield.text) ($textfield.link) }}
+
{{ $textfield.text }}
+ {{ else }}
+ {{ with $textfield.text }}
{{ . }}{{ end }}
+ {{ end }}
+ {{ end }}
+
+
{{ $.Scratch.Get "counter2" }}
+ {{ end }}
+ {{ else }}
+ {{ range seq $size }}
+ {{ $.Scratch.Set "counter2" (add ($.Scratch.Get "counter2") 1) }}
+
+
{{ $.Scratch.Get "counter2" }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+ {{ end }}
+
+
+We zijn verbeteringen aan het doorvoeren op onze website. Het programma zal hierdoor dubbel worden gepresenteerd, in een moderne versie en als tabel.
+