{{- $hero := .Site.Params.hero }} {{- $title := i18n (index $hero "title") }} {{- $subtitle := i18n (index $hero "subtitle") }} {{- $subtitle2 := i18n (index $hero "subtitle2") }} {{- $subtitle3 := i18n (index $hero "subtitle3") }} {{- $buttonText := i18n (index $hero "buttontext") }} {{- $buttonLink := index $hero "buttonlink" }} {{- $button1 := i18n (index $hero "button1") }} {{- $button1Link := i18n (index $hero "button1link") }} {{- $image := index $hero "image" }}
{{ $buttonText }} {{ $button1 }}
{{ . }}
{{ end }}
{{ with $subtitle3 }}
{{ . }}