blob: a04637ef181ad9d7b50e044a6d434bdd0cbfaaa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{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>
</body>
</html>
|