[% title = "${username} Index" %] [% INCLUDE head.tt %]
[% title %]
[% FOR i IN directories %]
/[% username %]/[% i %]
[% END %]
[% INCLUDE foot.tt %]