Detalji clanaka

This commit is contained in:
Senad Uka
2022-02-14 11:03:56 +01:00
parent f6e90deebd
commit 9f57520080
11 changed files with 207 additions and 62 deletions

12
web/tpl/article.html Normal file
View File

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