summaryrefslogtreecommitdiffstats
path: root/t/data/01/templates
diff options
context:
space:
mode:
Diffstat (limited to 't/data/01/templates')
-rw-r--r--t/data/01/templates/foo.tt1
-rw-r--r--t/data/01/templates/index.tt1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/data/01/templates/foo.tt b/t/data/01/templates/foo.tt
new file mode 100644
index 0000000..8bd1950
--- /dev/null
+++ b/t/data/01/templates/foo.tt
@@ -0,0 +1 @@
+<p>[% r.path_info %]</p>
diff --git a/t/data/01/templates/index.tt b/t/data/01/templates/index.tt
new file mode 100644
index 0000000..d9df92b
--- /dev/null
+++ b/t/data/01/templates/index.tt
@@ -0,0 +1 @@
+<b>[% content %]</b>