bidet / internal / handlers / templates / repos.tmpl

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