{{ define "hero" }} {{ if eq .Params.aws_dev_day true }}
AWS Dev Day

{{ .Params.hero.title }}

{{ else }} {{ partial "hero.html" (dict "title" "Resources" "small_title" "true" "headingLevel" 3) }} {{ end }} {{ end }} {{ define "main" }} {{ $nowUnix := now.UnixNano }} {{ $eventDateUnix := (add (.Params.main.sortable_date | time.AsTime).UnixNano (duration "hour" 24).Milliseconds) }} {{ $timePassed := gt $nowUnix $eventDateUnix }}
{{ if .Params.gated }} {{ $buttonText := (cond (eq .Params.pre_recorded true) "WATCH NOW" "REGISTER NOW") }} {{ $multipleSessions := isset .Params "multiple" }}

{{ .Title }}

{{ $preRecorded := .Params.pre_recorded }} {{ with .Params.main }}

Overview

{{ $buttonText }}

{{ if eq $preRecorded true }} On Demand | Recorded on: {{ end }} {{ if $multipleSessions }} Multiple sessions available. Check the registration form for dates and times. {{ else }} {{ if ne .hide_date true }}
{{ else }}
Date to be announced
{{ end }} {{ end }}
Duration: {{ .duration }}
{{ if .youtube_url }} {{ end }}
{{ .description | markdownify }}
{{ if .presenters }}

Presenters

    {{ range .presenters }}
  • {{ .name }}
    {{ .role }}
  • {{ end }}
{{ end }} {{ if isset . "learn" }}

Join us to learn:

    {{ range .learn }}
  • {{ . }}
  • {{ end }}
{{ end }}

Prerequisites

This course will be taught using Pulumi Cloud. To follow along, sign up for your free account: https://app.pulumi.com/signup
{{ end }}
{{ if $timePassed }}

Recording Coming Soon!

This live webinar is no longer available. The recording will be posted to this page when it is available.

{{ else }} {{ $formHeader := (cond (eq .Params.pre_recorded true) "Watch The Recording Now" "Register Here") }} {{ if isset .Params.form "header" }} {{ $formHeader = .Params.form.header }} {{ end }}

{{ $formHeader }}

{{ if $multipleSessions }} {{ else }} {{ end }} {{ end }}
{{ else }}
{{ $topLevelContext := . }}
Video

{{ .Title }}

Published

{{ .Params.main.description | markdownify }}

{{ if .Params.main.presenters }}

Presenters

    {{ range .Params.main.presenters }}
  • {{ .name }}
    {{ .role }}
  • {{ end }}
{{ end }} {{ if .Params.main.learn }}

What you'll learn

    {{ range .Params.main.learn }}
  • {{ . }}
  • {{ end }}
{{ end }} {{ if .Params.transcript }}
Show video transcript
{{ .Params.transcript | markdownify }}
{{ end }}
{{ end }}
{{ partial "learnmore-ai.html" . }}
{{ end }}