{{ define "title" }} {{ end }} {{ define "main" }} {{ if eq .Description "nottranslated" }} {{ partial "orga.html" . }} {{ else }}

{{- .Title -}}

{{ if and (ne .Params.when "") (ne .Params.when nil) }}
{{ .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 }}
{{- if .Resources.ByType "image" -}}
{{ range .Resources.ByType "image" }} {{- $pic := . -}} {{- $thumb := $pic.Resize "1024x" }} {{ end }}
{{- end }}
{{- .Content -}}
{{ end }} {{ end }}