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

{{ . }}

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

Presentatie

{{ if .Params.presentation.filename }} Presentatie {{ end }} {{ end }} {{ if .Params.recording }}

Opname

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