2024-09-12 13:41:14 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
{{ partial "head.html" . }}
|
|
|
|
|
2024-09-12 14:19:05 -04:00
|
|
|
<body class="bg-white text-[#192252] flex flex-col justify-center items-center">
|
|
|
|
<section class="max-w-[1000px]">
|
|
|
|
{{ partial "nav.html" . }}
|
|
|
|
<section class="min-h-[1000px]">
|
|
|
|
{{ block "main" . }}{{ end }}
|
|
|
|
</section> {{ partial
|
|
|
|
"footer.html" . }}
|
|
|
|
</section>
|
2024-09-12 13:41:14 -04:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|