aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/index.tmpl.html
blob: 46a58e8c96185d24482ff64d0147a43b717097c3 (plain)
1
2
3
4
5
6
{{define "title"}}Blog{{end}}

{{define "main"}}
    <h2>Blog</h2>
    <p>Home of {{.Name}}</p>
{{end}}