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

{{ .titleTop }}
{{ .titleBottom }}

{{ .description | markdownify }}

{{ end }}

New feature announcement: Learn more about Pulumi Insights. ✨

Pulumi Service Screenshot
{{ with .Params.capabilities }}

{{ .title }}

{{ range .items }}

{{ .title }}

    {{ $listLength := len .details }} {{ range $index, $item := .details }} {{ $itemClass := "border-t-2" }} {{ if eq (add $index 1) $listLength }} {{ $itemClass = "border-t-2 border-b-2" }} {{ end }}
  • {{ partial "accordian-header" (dict "text" $item.title) }}

    {{ $item.description | markdownify }}

    {{ $item.more_info | markdownify }}

  • {{ end }}
{{ end }} {{ end }}
{{ with .Params.open_source }}

{{ .title }}

{{ .description | markdownify }}
Pulumi Open Source {{ end }}
{{ with .Params.security }}

{{ .title }}

{{ .description | markdownify }}

Pulumi Open Source {{ end }}

{{ .Params.case_studies.title }}

{{ range .Params.case_studies.items }}
{{ partial "customer-logo.html" (dict "logo" .logo) }}
{{ .name }}

{{ .description | markdownify }}

{{ end }}

{{ .Params.deployment.title }}

{{ range $item := .Params.deployment.items }}
{{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }}
{{ $item.title }}

{{ $item.description | markdownify }}

{{ end }}
{{ with .Params.pricing }}

{{ .title }}

{{ .description | markdownify }}

Pricing
{{ end }}

{{ .Params.get_started.title }}

{{ .Params.get_started.description }}

{{ end }}