Templates: Easy HTML Template Engine Fery Putra Tarigan (contact me)
This class implements a template engine that replaces tags in templates read from files.
It reads a given template file and replaces the template tags by the associated parameter values.
The processed template is returned as a single string.