@ 27221edbb187c64e1acc43018bf0e09ee1ac1193 | history
{{define "title"}}repositories{{end}}
{{define "content"}}
<h1>repositories</h1>
<ul>
{{range .}}
<li><a href="/{{.}}">{{.}}</a></li>
{{end}}
</ul>
{{end}}
{{define "repos"}}
{{template "base" .}}
{{end}}