aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index
blob: dffc1c801ed1d9e70cef9182bef61012bd047ef4 (plain)
1
2
3
4
5
6
7
8
9
{{define "title"}}Index{{end}}
{{define "content"}}
<dl>
{{range .Pages}}
	<dt><a href="/view/{{.Name}}">{{.Name}}</a></dt>
	<dd>{{.ModTime.Format "15:04 2 Jan 2006"}} &mdash; {{.Size}} bytes</dd>
{{end}}
</dl>
{{end}}