blob: 570e526a930581665b4c2f7c1485b0522507d9c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{{template "base-head.html" -}}
<link rel=stylesheet href=/static/directory.css>
<title>{{.Title}}</title>
<body>
<main>
<a href=../><p>../</p></a>{{range .Entries}}
<a href="./{{. | escape}}"><p>{{.}}</p></a>{{end}}
</main>
{{template "base-foot.html" -}}
|