Fix everything but visit is broken
[catagits/Catalyst-View-Component-SubInclude.git] / t / ESITest / root / index.tt
index 73d6926..2bab3a9 100644 (file)
@@ -1,2 +1,3 @@
 ESI Test, will include /time_include<br/>
-[% subinclude('/time_include') %]
+[% subinclude('/time_include', { 'foo' => 'bar'} ) %]<br/>
+[% subinclude('/time_args', ['test'], { 'baz' => 'quux' }) %]<br/>