Templating
Base class
The class of a template engine should have three methods
render ( Str $key, %params )
$key is the template to be rendered
%params is a hash of all the parameters to be used in the template
refresh
re-initialises the engine after the templates have been modified
Str
Mandatory, provides the name of the templater that is used for plugin template Hash files. A plugin may provide templates for one or more templating engines (see RenderPod).