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