Clears the template cache and recompiles template files. Templates are compiled and cached on startup.
Renders a template file to HTML with the given rendering context.
The template file to render. Should be located in /templates.
The context to render the template file with.
A promise that resolves when the rendering is complete.
Generated using TypeDoc
A template rendering engine.