debug|`Function`|noop|Will receive debug information. Typically printed with `console.log`, but could be sent elsewhere
useCache|`boolean`|if `NODE_ENV` is equal to `production`, true otherwise false|Will load templates on server boot, and exclusively use the in-memory cache for retrieving templates to render. Partials will always be loaded on boot
extension|`string`|`.mustache`|The file extension to use when loading templates (Must include leading dot)
partials|`string`|`partials`|The path, relative to the middleware root, where partials are located