Is there a way to disabling a WRAPPER
that was set in new(\%config), through either the template, or a temporary override with parse()
? I want to have a single default WRAPPER
(that I'll use for 99.9% of my templates), but exclude a few.
I'm doing this all through Catalyst::View::TT
just like the example in the configuration synopsis, except I don't want the WRAPPER
to apply to all of my templates.