bidet / templates / repos.tmpl

@ 105da3591641754954b7b227790d434fad7b3352 | 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}}