summaryrefslogtreecommitdiff
path: root/templates/client_index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/client_index.tpl')
-rw-r--r--templates/client_index.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/client_index.tpl b/templates/client_index.tpl
new file mode 100644
index 0000000..0223de9
--- /dev/null
+++ b/templates/client_index.tpl
@@ -0,0 +1,9 @@
1<html>
2<head><title>Index of /clients/</title></head>
3<body>
4<h1>Index of /clients/</h1><hr><pre>
5{{- range .Models }}
6<a href="{{ .Filename }}">{{ .Filename }}</a> {{ .LastModified }} {{ .ByteSize }}
7{{- end -}}
8</pre><hr></body>
9</html>