{{ define "main" }}
{{ $constructionBanner := "/images/under-construction.svg" }} {{ if .Params.Image }} {{ $constructionBanner = .Params.Image }} {{ end }} {{ partial "image" (dict "Src" $constructionBanner "Alt" "Banner" "Class" "w-1/2 md:w-1/3" ) }}

{{ .Title | default "Tickets Coming Soon" }}

{{ .Params.subtitle | default "We're preparing something special. Stay tuned!" }}

Discounted Tickets Begin In:

00
Days
00
Hours
00
Minutes
00
Seconds
{{ if .Params.enable_notification }}

Get Notified When Tickets Go Live

{{ end }}
{{ end }}