libcgi-application-plugin-tt-perl

Plugin that adds template toolkit support to cgi::application
  https://metacpan.org/release/CGI-Application-Plugin-TT
  0
  no reviews



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.