This commit is contained in:
2026-06-13 00:09:28 +02:00
parent 9b230a08a9
commit 6f6be79647
20 changed files with 219 additions and 227 deletions

View File

@@ -4,6 +4,7 @@
{{ partial "head.html" . }}
</head>
<body>
<div class = "container">
<header>
{{ partial "header.html" . }}
</header>
@@ -13,5 +14,6 @@
<footer>
{{ partial "footer.html" . }}
</footer>
</div>
</body>
</html>