summaryrefslogtreecommitdiffstats
path: root/t/data/route/templates/foo
diff options
context:
space:
mode:
Diffstat (limited to 't/data/route/templates/foo')
-rw-r--r--t/data/route/templates/foo/foo.tt1
-rw-r--r--t/data/route/templates/foo/index.tt1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/data/route/templates/foo/foo.tt b/t/data/route/templates/foo/foo.tt
new file mode 100644
index 0000000..ba1c791
--- /dev/null
+++ b/t/data/route/templates/foo/foo.tt
@@ -0,0 +1 @@
+<p>[% uri_for(template => 'foo.tt') %]</p>
diff --git a/t/data/route/templates/foo/index.tt b/t/data/route/templates/foo/index.tt
new file mode 100644
index 0000000..7849703
--- /dev/null
+++ b/t/data/route/templates/foo/index.tt
@@ -0,0 +1 @@
+<b>Hello world</b>