summaryrefslogtreecommitdiff
path: root/dir.html
blob: b570d3e22cdc5b19ddc98626265485bbe73c1eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    {{if .Name}}<title>{{ .Name }}</title>{{end}}
  </head>
  <body>
<pre>{{range .ListEntries}}
<a href="{{ .Name }}">{{ .Name }}</a>	{{ .Size }}{{end}}
</pre>
  </body>
</html>