14 lines
203 B
HTML
14 lines
203 B
HTML
{{define "homeHTML"}}
|
|
{{template "headHTML" .}}
|
|
<body>
|
|
{{template "headerHTML" .}}
|
|
|
|
{{template "weatherwidgetHTML" .}}
|
|
|
|
{{template "articlesHTML" .}}
|
|
|
|
{{template "footerHTML" .}}
|
|
</body>
|
|
</html>
|
|
{{end}}
|