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

{{ . }}

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