{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title) }} {{ end }} {{ define "main" }} {{ $pageContext := . }} {{ .Params.description | markdownify }} {{ with .Params.capabilities }} {{ .title }} {{ range $item := .items }} {{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }} {{ $item.title }} {{ $item.description | markdownify }} {{ if $item.more }} {{ $item.more.label }} → {{ end }} {{ end }} {{ end }} {{ with .Params.questions }} {{ .title }} {{ .description }} Talk to a human {{ end }} {{ end }}
{{ .Params.description | markdownify }}
{{ $item.description | markdownify }} {{ if $item.more }}
{{ $item.more.label }} →
{{ .description }}