{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ partial "home-promo.html" . }}

{{ .Param "article-1.header" }}

{{ .Param "article-1.lead-1" }} {{ .Param "article-1.p-1" }}

{{ .Param "article-1.lead-2" }} {{ .Param "article-1.p-2" }}

{{ .Param "article-2.header" }}

{{ .Param "article-2.lead-1" }}

{{ .Param "article-2.p-1" }}

{{ .Param "article-2.lead-2" }}

{{ .Param "article-2.p-2" }}

{{ .Param "article-2.lead-3" }}

{{ .Param "article-2.p-3" }}

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

Working Groups

{{ .Param "sections.section-dark.p-1" }}

{{ .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 "sections.section-subscribe.title" }}

{{ .Param "sections.section-subscribe.p-1" }}

{{ partial "footer.html" . }}