site/layouts/index.html
{{ define "main" }}
{{ $.Param "hero.content" }}
{{ $.Param "hero.cta_link1.text" }}{{ $.Param "hero.cta_link2.text" }}
{{ if $.Param "hero.promo1.url" }}
{{ else }}
{{ end }}
{{ $.Param "hero.promo1.content" }}
{{ if $.Param "hero.promo2.url" }}
{{ else }}
{{ end }}
{{ $.Param "hero.promo2.content" }}
{{ if $.Param "hero.promo3.url" }}
{{ else }}
{{ end }}
{{ $.Param "hero.promo3.content" }}
{{ $.Param "secondary_ctas.cta1.content" }}
{{ $.Param "secondary_ctas.cta2.content" }}
{{ .Scratch.Set "limit" "3" }} {{ partial "case-studies-alternating.html" . }}
{{ .Scratch.Set "posts" (first 3 (.Site.GetPage "/posts").Pages) }} {{ partial "blog-posts.html" . }}
{{ partial "contributors.html" . }}
{{ end }}