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