@ 3c7e3b51cbf2d4b722b39be9a3357e0138dc12b2 | history
{{define "title"}}{{.Title}}{{end}}
{{define "content"}}
<h1>{{.Title}}</h1>
<h4>{{.Header}}</h4>
<ul>
{{range .Repos}}
<li><a href="/{{.}}">{{.}}</a></li>
{{end}}
</ul>
{{end}}
{{define "repos"}}
{{template "base" .}}
{{end}}