aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/index.tt b/template/index.tt
index 90d67e0..ff72c95 100644
--- a/template/index.tt
+++ b/template/index.tt
@@ -5,7 +5,11 @@
<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>
[% INCLUDE foot.tt %]
</body>