2024-01-31 12:37:55 +01:00
|
|
|
{{define "weatherHTML"}}
|
2024-01-29 14:55:20 +01:00
|
|
|
|
|
|
|
|
{{template "headHTML" .}}
|
|
|
|
|
<body>
|
|
|
|
|
{{template "headerHTML" .}}
|
|
|
|
|
|
2024-01-31 12:37:55 +01:00
|
|
|
{{template "fullweatherHTML" .}}
|
2024-01-29 14:55:20 +01:00
|
|
|
|
|
|
|
|
{{template "footerHTML" .}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
{{end}}
|