aboutsummaryrefslogtreecommitdiff
path: root/template/index_user.tt
blob: 908acc7d30dc1d142457e08a90d45d376c662cea (plain) (blame)
1
2
3
4
5
6
7
8
9
<html>
[% title = "${username} Index" %]
[% INCLUDE head.tt %]
<body>
<h1>[% title %]</h1>
<ul>[% FOR i IN directories %]<li><a href="/[% username %]/[% i %]">/[% username %]/[% i %]</a></li>[% END %]</ul>
</body>
[% INCLUDE foot.tt %]
</html>