{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title) }} {{ end }} {{ define "main" }} {{ $pageContext := . }}

{{ .Params.description | markdownify }}

Pulumi Cloud Engineering Platform
{{ 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 }}

{{ end }}
{{ end }}