bidet / templates / repos.tmpl

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