blob: d4e19029b55cf31fa78eb6b03b9ccf6fb1c63d5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{ define "main" }}
{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title "subtitle" .Params.subtitle) }}
{{ partial "short-text" .Params.blurb}}
{{ partial "2-up" .Params }}
{{ partial "text-and-image" (dict "heading" .Params.values.heading "text" .Params.values.text "buttonText" "Read more" "buttonLink" "/values") }}
{{ partial "blog" . }}
{{ end }}
|