aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/index.tt b/template/index.tt
index bf0c501..829ee72 100644
--- a/template/index.tt
+++ b/template/index.tt
@@ -2,9 +2,7 @@
[% INCLUDE head.tt %]
<body>
<h1>index</h1>
-[% FOR i IN directories %]
-[% i %]
-[% END %]
+<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]
</html>