bidet / internal / handlers / templates / repos.tmpl

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