{{ define "main" }} {{ with .Title }}

{{ . }}

{{ end }}
{{ .Content }}
{{ if .Params.presentation.filename }}

Presentatie

{{ if findRE `.pdf$` .Params.presentation.filename 1 }} {{ partial "show-svg-icon.html" (dict "context" . "icon" "file-pdf") }} {{ end }} Presentatie {{ end }} {{ if .Params.recording.url }}

Opname

{{ if .Params.recording.platform }} {{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube") }}{{ end }} {{ end }} Bekijk opname {{ end }} {{ end }}