{{ define "hero" }}

{{ .Params.hero.title }}

{{ .Params.hero.description }}

{{ end }} {{ define "main" }}
{{ range .Params.backgrounds }}

{{ .name }}

{{ .description }}

Download
{{ .name }}
{{ end }}

Get Started with Pulumi

Use Pulumi's open source SDK to create, deploy, and manage infrastructure on any cloud.

{{ end }}