{{ define "hero" }} {{ partial "hero" (dict "title" "Learn Pulumi") }} {{ end }} {{ define "main" }} {{ $modules := where (where .Site.Pages ".Type" "learn") ".Layout" "module" }}

{{ .Params.overview | markdownify }}

Pathways

{{ range sort $modules ".Params.index" }}
{{ if .Params.meta_image }} {{ .Title }} {{ end }}

{{ .Title }}

{{ .Description }}

{{ partial "learn/summary" (dict "module" .) }}
{{ end }}
{{ end }}