15 lines
No EOL
360 B
HTML
15 lines
No EOL
360 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
{{ partial "head.html" . }}
|
|
|
|
<body class="bg-white text-[#192252] flex flex-col justify-center items-center">
|
|
<section class="max-w-[1200px]">
|
|
{{ partial "nav.html" . }}
|
|
<section class="min-h-[1000px]">
|
|
{{ block "main" . }}{{ end }}
|
|
</section> {{ partial
|
|
"footer.html" . }}
|
|
</section>
|
|
</body>
|
|
|
|
</html> |