aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 5740f8b..00ccd55 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,5 +9,10 @@
</head>
<body>
<h1>hi this is gityeet</h1>
+<ul>
+ {% for repo in state.data %}
+ <li>{{ repo.path().display() }}</li>
+ {% endfor %}
+</ul>
</body>
</html> \ No newline at end of file