why was it like this? move header & footer out of main

This commit is contained in:
Gabriel 2024-10-20 18:37:36 -04:00
parent 67402831e4
commit b15d8bbbd8

View file

@ -3,15 +3,16 @@
{{partial "head" .}}
<body>
{{partial "header" .}}
<main>
{{partial "header" .}}
{{partial "side1" .}}
<section id="content">
{{.Content}}
</section>
{{partial "side2" .}}
{{partial "footer" .}}
</main>
{{partial "footer" .}}
{{partial "spritesheet" .}}
</body>