{{ .Title }}

{{- T "published" -}}: {{ .PublishDate.Format "02.01.2006 15:04" }}

{{- T "talks-when" -}}: {{ dateFormat "02.01.2006 15:04" .Params.when }}

{{- T "presenter" -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}{{ .Title }}{{ end }}{{ end }}

{{- with .Params.slides -}}

{{ partial "linkedContent" (dict "text" (T "talks-slides" (len .)) "content" . "resources" $.Page.Resources) }}

{{- end -}} {{- with .Params.recordings -}}

{{ partial "linkedContent" (dict "text" (T "talks-recording" (len .)) "content" . "resources" $.Page.Resources) }}

{{- end -}}