This commit is contained in:
2023-12-18 16:51:47 +01:00
commit 88741b2303
36 changed files with 1490 additions and 0 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}}