From 80ef0017d47f536bf2c8c6af4b514efa50071a23 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 16 Sep 2012 11:17:56 +0100 Subject: Initial commit Signed-off-by: Alberto Bertogli --- views/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 views/index.html (limited to 'views/index.html') diff --git a/views/index.html b/views/index.html new file mode 100644 index 0000000..b218b8b --- /dev/null +++ b/views/index.html @@ -0,0 +1,29 @@ + + + +git + + + + + +

git

+ + + + + + + + % for repo in sorted(repos.values(), key = lambda r: r.name): + + + + + %end +
projectdescription
{{repo.name}}{{repo.info.desc}}
+ + + + -- cgit v1.2.3