aboutsummaryrefslogtreecommitdiffstats
path: root/root/index
diff options
context:
space:
mode:
Diffstat (limited to 'root/index')
-rw-r--r--root/index18
1 files changed, 0 insertions, 18 deletions
diff --git a/root/index b/root/index
deleted file mode 100644
index 70d0472..0000000
--- a/root/index
+++ /dev/null
@@ -1,18 +0,0 @@
-[%
-
-main_block = 'index';
-
-BLOCK index;
-
-%]
-
-<h2>Using InterfaceModel, Reflector</h2>
-<p><a href="[% ctx.uri_for('/testmodel/foo') %]">foo</a></p>
-<p><a href="[% ctx.uri_for('/testmodel/bar') %]">bar</a></p>
-<p><a href="[% ctx.uri_for('/testmodel/baz') %]">baz</a></p>
-
-[%
-
-END;
-
-%]