
Cgi::application::plugin::tt adds support for the popular template toolkit engine to your cgi::application modules by providing several helper methods that allow you to process template files from within your runmodes. it compliments the support for html::template that is built into cgi::application through the 'load_tmpl' method.
this package also bundles in the cgi::application::plugin::tt::lastmodified module, which adds support for setting a "last-modified" header based on the most recent modification time of all the components of a template that was processed with tt.