gallowelds.com/themes/gallo/layouts/partials/thankyou.html
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>