| Fuse-Template documentation | view source | Contained in the Fuse-Template distribution. |
Fuse::Template::TT - Read template files
Holds a hash ref with the variables which is available in the template.
Holds an array ref with paths to where Template::Toolkit will look for templates.
$text = $self->render($vfile);
Will return the output from a processed template. The $vfile points
to a template relative to one of the paths. It cannot start with "/".
$text will hold the error message if templat toolkit fail to render
the template.
See Template.
See Template.
See Fuse::Template.
| Fuse-Template documentation | view source | Contained in the Fuse-Template distribution. |