bidet / internal / handlers / templates / repos.tmpl

@ 1d4c973b9311fd7523b2414d8464db45ba2907cb | history


{{define "title"}}{{.Title}}{{end}}
{{define "content"}}
<h1>{{.Title}}</h1>
<h4>{{.Header}}</h4>
<ul>
{{range .Repos}}
<li><a href="/{{.}}">{{.}}</a></li>
{{end}}
</ul>
{{end}}

{{define "repos"}}
{{template "base" .}}
{{end}}