@ baa98b437d0ac48122258247605f2dc092f075e8 | 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}}