]> Cypherpunks.ru repositories - gocheese.git/blobdiff - root.tmpl
Move templates to external files
[gocheese.git] / root.tmpl
diff --git a/root.tmpl b/root.tmpl
new file mode 100644 (file)
index 0000000..630fa32
--- /dev/null
+++ b/root.tmpl
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta name="pypi:repository-version" content="1.0">
+    <title>Simple index</title>
+  </head>
+  <body>{{$Refresh := .RefreshURLPath}}{{range .Packages}}
+    <a href="{{$Refresh}}{{.}}/">{{.}}</a><br/>
+{{- end}}
+  </body>
+</html>