diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/index.tt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/index.tt b/template/index.tt index aa48b16..ff72c95 100644 --- a/template/index.tt +++ b/template/index.tt @@ -5,8 +5,12 @@ <body> <h1>[% title %]</h1> <h2>[% description %]</h2> -<ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul> +<ul> + [% FOR i IN directories %] + <li><a href="/[% i %]">/[% i %]</a></li> + [% END %] +</ul> <p>one million [% access %] xolatile's</p> -</body> [% INCLUDE foot.tt %] +</body> </html> |
