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