This commit is contained in:
Denys Konovalov
2022-06-22 21:28:26 +02:00
parent 7850584848
commit 01c6b8cf06
672 changed files with 104739 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
{{ partial "navbar.html" . }}
<div id="content">
{{ block "main" . }}{{ end }}
</div>
{{ partial "footer.html" . }}
</body>
</html>