1
0
Fork 0
mirnet.org/themes/mir/layouts/_default/baseof.html

13 lines
274 B
HTML
Raw Normal View History

2024-09-12 13:41:14 -04:00
<!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>