12 Mar
2013
12 Mar
'13
7:06 a.m.
I found that Dancer2 can accept the WRAPPER directive in a TT template, but if the file name of the wrapper is wrapper.tt, it still gives the error: Internal Server Error file error - parse error - E:\web\mdw\views\index.tt line 1: unexpected token (WRAPPER) [% WRAPPER wrapper.tt %] If I change the name of the wrapper file with something else, for example test.tt and use [% WRAPPER test.tt %] then it works fine. Strange. --Octavian