World First:::
The Template engine can run its own for loops {for i; i < 3; i++, [i]<br />}
This class implements a template engine that replaces variables in files
It can load a template file and process it to extract the list of template variables and replace them by template variable values.
The class supports replacing variables from a given array values,
or taking the values from global variables, including other template files.
The class all so processes a .conf file which any thing in there is load as Template.Key