2020-02-03 09:18:12 -08:00
|
|
|
{{ define "hero" }}
|
2022-06-01 10:58:20 -07:00
|
|
|
<header class="container mx-auto text-center py-24">
|
|
|
|
<h4>{{ .Params.confirmation_text }}</h4>
|
|
|
|
</header>
|
2020-02-03 09:18:12 -08:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ define "main" }}
|
|
|
|
{{ partial "get-started.html" . }}
|
|
|
|
|
2021-07-16 13:19:12 -07:00
|
|
|
{{ partial "hand-raise-section" . }}
|
2020-02-03 09:18:12 -08:00
|
|
|
{{ end }}
|