blob: a21df24df5a4245d6b8543e5dd84de411f3939ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{{ partial "head" . }}
{{ partial "nav" . }}
{{ 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" . }}
{{ partial "footer" . }}
|