1
0
Fork 0
mirnet.org/themes/mir/layouts/_default/baseof.html
brooke 3bddc9c092 general improvements. single default, addded dark theme.
fixed issue with contact form color overlay.
2024-09-13 13:50:19 -04:00

15 lines
No EOL
398 B
HTML

<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body class="bg-white text-[#192252] dark:bg-[#1E1E2C] dark:text-[#C6DEFF] 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>