loadTemplates abstract method
Loads templates from the specified path.
path is the directory path where the templates are located.
This method should be called before attempting to render any templates.
Implementation
void loadTemplates(String path);