## Usage ```js var Engines = require('{%= name %}'); ``` ## API {%= apidocs("index.js") %} ## Changelog **v0.19.0** ensure the string is only rendered once by passing the compiled function to the `render` method **v0.18.0** the `.load` method was renamed to `.setHelpers` **v0.16.0** the `.clear()` method was removed. A custom `inspect` method was added. **v0.15.0** `.getEngine()` no longer returns the entire `cache` object when `ext` is undefined.