<div dir="ltr"><div style>Hi,</div><div style><br></div><div style>On the project I'm working on I've been using a recursive template call, so after some digging, on Dancer1 i was able to set this up on config.yml with something like:</div>
<div style><div><br class="">engines:</div><div>  template_toolkit:</div><div>   ...</div><div>    WRAPPER: '<a href="http://wrapper.tt">wrapper.tt</a>'</div><div>    RECURSION: '1'</div></div><div style>   ...</div>
<div style><br></div><div style>Which passed the recursion flag to Template object and allowed recursion (set to zero by default).</div><div style><br></div><div style>I'm now trying to move the project to Dancer2 but i end up with the following error:<br>
</div><div style><br></div><div style>error @2013-11-01 18:43:58> Route exception: file error - recursion into 'UNWRAP.tt'<br></div><div><br></div><div style>It seems that Dancer is not telling Template::Toolkit that it should allow recursion on templates. From what I remember when I was setting up Template Toolkit recursion flag in previous version of Dancer, anything under "template_toolkit" would be sent as a parameter to Template->new(), has this changed? </div>
<div style><br></div><div style>thanks,</div><div style><br></div>-- <br>Tiago Quintela
</div>