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.tt5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/index_user.tt b/template/index_user.tt
index 886beec..e27fb35 100644
--- a/template/index_user.tt
+++ b/template/index_user.tt
@@ -1,8 +1,9 @@
<html>
+[% title = "${name} Index" %]
[% INCLUDE head.tt %]
<body>
-<h1>index_user</h1>
-<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul>
+<h1>[% title %]</h1>
+<ul>[% FOR i IN directories %]<li><a href="/[% name %]/[% i %]">/[% name %]/[% i %]</a></li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]
</html>