The string to escape.
The escaped string.
Iterates over an object or array and applies a callback function.
The object or array to iterate over.
The callback function.
Retrieves the last modification time of a file.
The file path to check.
The last modification time in milliseconds.
Renders a template with the provided data and local variables.
The name of the template file (without extension).
Data object to inject into the template.
Local variables to be used within the template.
The rendered HTML string.
Enables or disables the template caching mechanism.
If true, enables caching.
Enables or disables debug mode.
If true, enables debug mode.
Sets global variables to be used in all templates.
An object containing global variables.
Sets the directory for template files and preloads all templates.
The directory path for template files.
Escapes a string for safe usage in HTML.