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