gallowelds.com/themes/gallo/layouts/_default/baseof.html
2024-06-08 22:48:56 -04:00

9 lines
257 B
HTML

<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body class="justify-center bg-black text-white min-h-screen flex flex-col">
{{ partial "nav.html" . }} {{ block "main" .
}}{{ end }} {{ partial "footer.html" . }}
</body>
</html>