1
0
Fork 0
mirnet.org/themes/mir/layouts/_default/baseof.html
brooke badc1b7c62
Some checks failed
Hugo / build (push) Failing after -9s
initial
2024-09-12 13:41:14 -04:00

13 lines
No EOL
274 B
HTML

<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body class="bg-white text-[#192252] flex flex-col">
{{ partial "nav.html" . }}
<section class="min-h-[1000px]">
{{ block "main" . }}{{ end }}
</section> {{ partial
"footer.html" . }}
</body>
</html>