Files
trustcontact/web/templates/public/home.html
2026-02-23 17:31:06 +01:00

6 lines
231 B
HTML

{{define "content"}}
<section class="rounded-lg border border-gray-200 bg-white p-8 shadow-sm dark:border-gray-700 dark:bg-gray-800">
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">Home Page</h1>
</section>
{{end}}