MustacheTemplateEngine constructor
const
MustacheTemplateEngine({})
Implementation
const MustacheTemplateEngine({
this.delimiters = '{{ }}',
this.partialsRoot = 'content/_partials/',
this.prepareValues = _defaultPrepareValues,
});