]> Cypherpunks.ru repositories - gocheese.git/blobdiff - hr-root.tmpl
Move templates to external files
[gocheese.git] / hr-root.tmpl
diff --git a/hr-root.tmpl b/hr-root.tmpl
new file mode 100644 (file)
index 0000000..ce59f5b
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>{{.Version}}: packages</title>
+  </head>
+  <body>
+    <ul>{{range .Packages}}
+      <li><a href="/hr/{{.}}/">{{.}}</a></li>
+{{- end}}
+    </ul>
+  </body>
+</html>