2022-02-13 05:12:49 +01:00
|
|
|
{{define "homeHTML"}}
|
|
|
|
|
{{template "headHTML" .}}
|
|
|
|
|
<body>
|
|
|
|
|
{{template "headerHTML" .}}
|
|
|
|
|
|
2024-01-31 12:37:55 +01:00
|
|
|
{{template "weatherwidgetHTML" .}}
|
2024-01-29 14:55:20 +01:00
|
|
|
|
2022-02-13 05:12:49 +01:00
|
|
|
{{template "articlesHTML" .}}
|
2024-01-31 23:25:28 +01:00
|
|
|
<br>
|
|
|
|
|
{{template "prevnextHTML" .}}
|
2022-02-13 05:12:49 +01:00
|
|
|
{{template "footerHTML" .}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
{{end}}
|