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