Add navigation

This commit is contained in:
Senad Uka
2022-02-16 19:11:48 +01:00
parent 47987ff395
commit ba918d1f57
7 changed files with 113 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
{{define "homeHTML"}}
{{template "headHTML" .}}
<body>
{{template "headerHTML" .}}
{{template "articlesHTML" .}}
{{template "footerHTML" .}}
</body>
</html>
{{end}}