summaryrefslogtreecommitdiff
path: root/templates/client_index.tpl
blob: 0223de96d19cee94d8b877cd767089bb4aa89597 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head><title>Index of /clients/</title></head>
<body>
<h1>Index of /clients/</h1><hr><pre>
{{- range .Models }}
<a href="{{ .Filename }}">{{ .Filename }}</a>							 {{ .LastModified }}				{{ .ByteSize }}
{{- end -}}
</pre><hr></body>
</html>