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