This class is a template engine that pre-compiles templates by generating PHP scripts that output the processed templates.
PHP is already powerful template engine itself. If templates are compiled into scripts of PHP code, the output of the processed templates is generated much faster.
The syntax of these templates now compatible with Perl HTML::Template module templates.