{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title ) }} {{ end }} {{ define "main" }} {{ $webinars := (where $.Site.Pages "Type" "webinars") }} {{ $cedKeynote := slice }} {{ $cedCustomers := slice }} {{ $cedAutomation := slice }} {{ $cedBestPractices := slice }} {{ range sort $webinars ".Params.main.sortable_date" "asc" }} {{ if isset .Params "cloud_engineering_days" }} {{ if eq .Params.cloud_engineering_days.track "keynote" }} {{ $cedKeynote = $cedKeynote | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "customer_stories" }} {{ $cedCustomers = $cedCustomers | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "automate_deploy" }} {{ $cedAutomation = $cedAutomation | append . }} {{ end }} {{ if eq .Params.cloud_engineering_days.track "best_practices" }} {{ $cedBestPractices = $cedBestPractices | append . }} {{ end }} {{ end }} {{ end }} Cloud Engineering Days 2022 Watch more sessions {{ partial "accordian-header" (dict "text" "Keynote" "large_header" true) }} {{ range $cedKeynote }} {{ .Params.title }} {{ end }} {{ partial "accordian-header" (dict "text" "Customer Stories" "large_header" true) }} {{ range $cedCustomers }} {{ .Params.title }} {{ end }} {{ partial "accordian-header" (dict "text" "Automate & Deploy" "large_header" true) }} {{ range $cedAutomation }} {{ .Params.title }} {{ end }} {{ partial "accordian-header" (dict "text" "Infrastructure Best Practices" "large_header" true) }} {{ range $cedBestPractices }} {{ .Params.title }} {{ end }} Session Information {{ .Params.main.description | markdownify }} Presenters {{ range .Params.main.presenters }} {{ .name }} {{ .role }} {{ end }} Get started today Pulumi is open source and free to get started. Deploy your first stack today. Get Started {{ end }}
{{ .Params.main.description | markdownify }}
Pulumi is open source and free to get started. Deploy your first stack today.