bidet / internal / handlers / templates / repos.tmpl

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