diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html
index 563f2d7..620aac8 100644
--- a/themes/nluug/layouts/person/single.html
+++ b/themes/nluug/layouts/person/single.html
@@ -1,23 +1,48 @@
{{ define "main" }}
{{ $text := .Content }}
+ {{ $.Scratch.Set "committee_member" slice }}
+ {{ $.Scratch.Set "speaker_at_events" slice }}
+
{{ with (index .Site.Data.personen (substr $.File.LogicalName 0 -3)) }}
{{ $personid := .id }}
{{ if .thumbnail }}{{ end }}
{{ $text }}
-
- {{ if .speaker }}
-
{{ .name }} is actief binnen de volgende teams/commissies:
+