Get and render a template using provided data and handle the returned HTML
Support asynchronous file template file loading with a client-side caching layer
Allow resolution of prototype methods and properties since this all occurs within the safety of the client.
Parameters
path: string
The file path to the target HTML template
data: object
A data object against which to compile the template
Returns Promise<string>
Returns the compiled and rendered template as a string
Get and render a template using provided data and handle the returned HTML Support asynchronous file template file loading with a client-side caching layer
Allow resolution of prototype methods and properties since this all occurs within the safety of the client.