{{ define "hero" }} {{ partial "hero" (dict "title" .Params.page_title "small_title" "true") }} {{ end }} {{ define "main" }}
{{ with .Params.video }}

{{ .title }}

{{ .description }}

{{ partial "accordian-header" (dict "text" "Transcript" "large_header" false) }}

{{ .transcript | markdownify }}

{{ end }}
{{ .Content }}
{{ .Params.customer_logos.title }}
{{ range $logoBunch := .Params.customer_logos.logos }}
{{ range $logo := $logoBunch.items }}
{{ partial "customer-logo.html" (dict "logo" $logo "hoverable" true) }}
{{ end }}
{{ end }}

Get started today

Pulumi is open source and free to get started. Deploy your first stack today.

{{ end }}