Closed lubomirblazekcz closed 7 years ago
Yep! Handlebars itself provides the solution. Use three curly braces instead of two:
<!-- insert escaped value (`=` to `=`) -->
{{inline_css}}
<!-- insert raw value (`=` stays `=`) -->
{{{inline_css}}}
I totally forgot about that, thanks a lot!
Hello, I'm trying to import inline css via helper. eg. inline_css: fs.readFileSync('css/style.css','utf8')
But in the output the entities are converted.. example:
is there any way to disable this?