{{ .Title }}

{{ partial "components/meta/index.html" . }} {{ $hero := partial "components/hero/process.html" .Params.hero }} {{ $data := partial "components/image/process.html" (dict "page" .Page "src" $hero.src) }} {{ partial "components/image/index.html" (merge $data $hero) }}