gallowelds.com/themes/gallo/layouts/partials/thankyou.html

6 lines
229 B
HTML
Raw Normal View History

2024-08-16 14:05:53 -04:00
<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>