{{define "main"}}
<h2>{{.Title}}</h2>
<ul>
{{range .Entries}}
<li><a href="/day/{{.Link}}">{{.Name}}</a></li>
{{end}}
</ul>