{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ $promobackgroundimagename := .Param "promo.image" }} {{ $promobackgroundimagelocation := (printf "%s/%s" "images/home/" $promobackgroundimagename) }} {{ $promobackgroundimageresource := resources.Get $promobackgroundimagelocation }} {{ $promobackgroundimage := $promobackgroundimageresource.Resize "3840x2160 webp" }}

{{ .Param "promo.header" }}

{{ range .Param "promo.p" }}

{{ . | safeHTML }}

{{ end }}

{{ range .Param "promo.calltoaction" }} {{ .title }} {{ end }}

{{ range .Params.articles }}
{{ $articleimagename := .image }} {{ $articleimagelocation := (printf "%s/%s" "images/home/" $articleimagename) }} {{ $articleimageresource := resources.Get $articleimagelocation }} {{ $articleimage := $articleimageresource.Resize "600x400 webp" }} {{ .header }}

{{ .header }}

{{ range .lead }}

{{ .title }}
{{ .p }}

{{ end }}
{{ end }}

{{ .Param "sections.title" }}

{{ range .Param "sections.section" }}
{{ $sectionimagename := .image }} {{ $sectionimagelocation := (printf "%s/%s" "images/home/" $sectionimagename) }} {{ $sectionimageresource := resources.Get $sectionimagelocation }} {{ $sectionimage := $sectionimageresource.Resize "390x390 webp" }} {{ .title }}
{{ .title }}
{{ end }}

{{ range .Param "sections.buttons" }} {{ .title }} {{ end }}

{{ range .Param "dark" }}

{{ . }}

{{ end }}

{{ .Param "sections.section-supporters.title" }}

{{ range where .Site.RegularPages "Section" "members" }} {{ $level := .Param "level" }} {{ if eq $level "platinum" }} {{ if .Param "image" }} {{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} {{ $image := $imageresource.Fit "185x102 Center webp" }}
{{ .Title }}
{{ end }} {{ end }} {{ end }}

{{ .Param "subscribe.title" }}

{{ range .Param "subscribe.p" }}

{{ . }}

{{ end }} {{ partial "mailmonk.html" "36f99e0c-a286-4fbc-b642-43eb957d5e07" }}
{{ partial "footer.html" . }}