aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/index.tt b/template/index.tt
new file mode 100644
index 0000000..bf0c501
--- /dev/null
+++ b/template/index.tt
@@ -0,0 +1,10 @@
+<html>
+[% INCLUDE head.tt %]
+<body>
+<h1>index</h1>
+[% FOR i IN directories %]
+[% i %]
+[% END %]
+</body>
+[% INCLUDE foot.tt %]
+</html>