Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const handlebars = context => {
const func = hbs.compile(contents);
const text = func(context);
return Internals.parse(text);
};
const silt = generate(parse(contents));