Files
old-svevijesti/web/tpl/category.html

12 lines
182 B
HTML
Raw Normal View History

2024-01-29 14:55:20 +01:00
{{define "categoryHTML"}}
{{template "headHTML" .}}
<body>
{{template "headerHTML" .}}
2024-01-31 12:37:55 +01:00
{{template "articlecategoryHTML" .}}
2024-01-29 14:55:20 +01:00
2024-01-31 23:25:28 +01:00
<br>
2024-01-29 14:55:20 +01:00
{{template "footerHTML" .}}
</body>
</html>
{{end}}