]> Cypherpunks.ru repositories - gocheese.git/blob - root.tmpl
Fix template's doctype
[gocheese.git] / root.tmpl
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta name="pypi:repository-version" content="1.0">
5     <title>Simple index</title>
6   </head>
7   <body>{{$Refresh := .RefreshURLPath}}{{range .Packages}}
8     <a href="{{$Refresh}}{{.}}/">{{.}}</a><br/>
9 {{- end}}
10   </body>
11 </html>