Changes for version 0.06
- allowed templates to be created from strings (works in all drivers except Petal):
- $self->template->load(string => \$some_text); $self->template->load(\$some_text);
Modules
Use any templating system from within CGI::Application using a unified interface
Base class for templates
Embed run modes within a template
HTML::Template driver to AnyTemplate
HTML::Template::Expr driver to AnyTemplate
Petal plugin to AnyTemplate
Template::Toolkit plugin to AnyTemplate