aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
new file mode 100644
index 0000000..bfe01fb
--- /dev/null
+++ b/templates/index.tpl
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <ul>
+ {{ range $key, $value := .Packages }}
+ <li>{{ $key }} - {{ $value.Repo }}</li>
+ {{ end }}
+ </ul>
+ </body>
+</html>