Represents an HTML fragment template. Templates can be precompiled for greater performance.
The list of available inbuild functions for use within templates are :
'capitalize', 'date', 'ellipsis', 'htmlDecode', 'htmlEncode', 'lowecase', 'stripTags',
'substr', 'trim', 'undef', 'uppercase', 'usMoney'.
Returns an HTML fragment of this template with the specified values applied. Use this method when the
params are numeric (i.e. {0})
Parameters: values - the param values the html fragment
Returns an HTML fragment of this template with the specified values applied. Use this method when the
params are named (i.e. {foo})
Parameters: values - the param values the html fragment