{{ if and (ne .Params.when "") (ne .Params.when nil) }}
{{ end }}
{{ end }}
{{ .Params.when }}
{{ end }}
{{ if and (ne .Params.price "") (ne .Params.price nil) }}
{{ if eq .Params.price "free" }}
Der Eintritt ist frei.
{{ else }}
Eintritt: {{ .Params.price }}
{{ end }}
{{ end }}
{{ if and (ne .Params.register "") (ne .Params.register nil) }}
Anmeldung unter {{ .Params.register | markdownify }} erwünscht
{{ end }}
{{ if and (ne .Params.covid "") (ne .Params.covid nil) }}
Es gilt die {{ .Params.covid }} Regel
{{ end }}
{{ if and (ne .Params.contact "") (ne .Params.contact nil) }}
Kontakt: {{ .Params.contact }}
{{ end }}