{{ define "title" }} {{ end }} {{ define "main" }} {{ $s := .Site.Params }} {{ $meta := false }} {{- $posts := where (where .Site.RegularPages "Permalink" "!=" .Permalink) "Type" "in" $s.mainSections }} {{- $paginator := slice -}} {{- $paginator = .Paginate $posts.ByDate.Reverse -}} {{ if eq $paginator.PageNumber 1 }} {{ if ne .Content "" }}
{{ .Content }}
{{ end }} {{ $meta := false }} {{ range first 3 (where (where .Site.RegularPages "Type" "in" site.Params.mainSections) ".Params.featured" "=" true) }}

{{- .Title -}}

{{ if and (ne .Params.when "") (ne .Params.when nil) }}
{{ .Params.when }}
{{ $meta = true }} {{ end }} {{ if and (ne .Params.price "") (ne .Params.price nil) }} {{ if eq .Params.price "free" }}
Der Eintritt ist frei.
{{ $meta = true }} {{ else }}
Eintritt: {{ .Params.price }}
{{ $meta = true }} {{ end }} {{ end }}
{{- if .Resources.ByType "image" -}} {{- $pic := index (.Resources.ByType "image") 0 -}} {{ $thumb := "" }} {{ if eq .Content "" }}
{{- $thumb = $pic.Resize "1024x" }} {{ else }}
{{- $thumb = $pic.Resize "2048x" }} {{ end }}
{{- end }}
{{- if .Params.description -}} {{- .Params.description -}} {{- else -}} {{- .Summary -}} {{- end }} {{ if or .Truncated (eq $meta true) }}
{{- i18n "readmore" -}}..
{{ end }}
{{ end }} {{ end }} {{- range first 5 $paginator.Pages -}} {{ if ne .Params.featured true }}

{{- .Title -}}

{{ if and (ne .Params.when "") (ne .Params.when nil) }}
{{ .Params.when }}
{{ $meta = true }} {{ end }} {{ if and (ne .Params.price "") (ne .Params.price nil) }} {{ if eq .Params.price "free" }}
Der Eintritt ist frei.
{{ $meta = true }} {{ else }}
Eintritt: {{ .Params.price }}
{{ $meta = true }} {{ end }} {{ end }}
{{- if .Resources.ByType "image" -}} {{- $pic := index (.Resources.ByType "image") 0 -}} {{ $thumb := "" }} {{ if eq .Content "" }}
{{- $thumb = $pic.Resize "1024x" }} {{ else }}
{{- $thumb = $pic.Resize "2048x" }} {{ end }}
{{- end }}
{{- if .Params.description -}} {{- .Params.description -}} {{- else -}} {{- .Summary -}} {{- end }} {{ if or .Truncated (eq $meta true) }}
{{- i18n "readmore" -}}..
{{ end }}
{{ end }} {{- end }} {{ end }} {{ define "sidebar" }} {{- partial "sidebar" . }} {{ end }}