aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index
blob: d95deca90a02b46eeafff6159a1182be480ffb8f (plain)
1
2
3
4
5
6
7
8
{{define "title"}}Index{{end}}
{{define "content"}}
<ul>
{{range .Pages}}
<li><a href="/view/{{.}}">{{.}}</a></li>
{{end}}
</ul>
{{end}}