gallowelds.com/themes/gallo/layouts/partials/thankyou.html
brooke 8e1d6d6dca
All checks were successful
Hugo / build (push) Successful in 3s
update
2024-08-16 14:05:53 -04:00

5 lines
229 B
HTML

<div class="flex flex-col">
<p class="text-4xl font-bold text-center">{{ .Title }}</p>
<p class="text-lg text-center">{{ .Params.subTitle }}</p>
<div class="mt-2 flex flex-col gap-4 text-center">{{ .Content }}</div>
</div>