loadTemplates abstract method

void loadTemplates(
  1. String path
)

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);