
Jifty::View::Declare::Handler - The Jifty view handler for Template::Declare

Initialize Template::Declare.
Passes all arguments to Template::Declare->init
Render a template. Expects that the template and any jifty methods called internally will end up being returned as a scalar, which we then print to STDOUT
Given a template name,
returns a valid template path (either TEMPLATENAME or TEMPLATENAME/index.html) if the template is in any of our Template::Declare template libraries.
Otherwise returns false.