{{ if isset .Page.Params "speaker_url" }}
{{ .Page.Params.Speaker }}
{{ else }}
👤 Speaker: {{ .Page.Params.Speaker }}
{{ end }}
🗓️ Date: {{ dateFormat "02.01.2006, 15:04" .Page.Params.Event.start }} Uhr
{{ with (eq $.Page.Params.Language "de") }}
🌐 Language: Deutsch/German
{{ end }}
{{ with (eq $.Page.Params.Language "en") }}
🌐 Language: Englisch/English
{{ end }}
📍 Location: {{ partial "location" .Page.Params.Location }}
📹 Livestream: {{ .Page.Params.Recording }}
{{ else }} {{ if and (eq .Page.Params.Streaming true) (not (isset .Page.Params "recording" )) }}Stream: streaming.media.ccc.de/datengarten
{{ else }}Dieser Vortrag wird nicht gestreamed! / This talk will not be streamed!
{{ end }} {{ end }}