Open
Description
My application adds translations to (Template Toolkit's) Template.pm via the extension mechanism. However, this is currently not easy to merge with Dancer2's TT integration Dancer2::Template::TemplateToolkit, where the use of the Template class is hard-coded.
As work-around, I had to clone this implementation into Dancer2::Template::LogReport (to be released)
Please offer a way to specify the Template extension class.