11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
<html>
|
|
[% INCLUDE head.tt %]
|
|
<body>
|
|
<h1>index</h1>
|
|
[% FOR i IN directories %]
|
|
[% i %]
|
|
[% END %]
|
|
</body>
|
|
[% INCLUDE foot.tt %]
|
|
</html>
|