about summary refs log tree commit diff homepage
path: root/templates/directory.html
blob: 15ee01c8494ef8baaee105981660e6e13f836050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{template "base-head.html" -}}
<link rel=stylesheet href=/static/directory.css>
<link rel='alternate' type='application/atom+xml' href='?feed=atom'>
<title>{{.Title}}</title>
<body>
  <main>
    <a href=../><p>../</p></a>{{range .Entries}}
    <a href="./{{. | escape}}"><p>{{.}}</p></a>{{end}}
  </main>
{{template "base-foot.html" -}}