in reply to Re: working with templates
in thread working with templates

HTML::Template has the TMPL_INCLUDE tag which can include a static file. However, I do not think you can use a variable include filename with H::T.
you can do this with HTML::Template::Compiled: INCLUDE_VAR