Clean up a bit

This commit is contained in:
2024-10-24 11:55:35 +02:00
parent f595315bc9
commit b9007549c0
4 changed files with 4 additions and 9 deletions

View File

@@ -4,13 +4,14 @@
{{ partial "head.html" . }}
</head>
<body>
<header>
<div class="page-background"></div>
<header class="header">
{{ partial "header.html" . }}
</header>
<main>
<main class="main">
{{ block "main" . }}{{ end }}
</main>
<footer>
<footer class="footer">
{{ partial "footer.html" . }}
</footer>
</body>