I have JSON files that contains some raw html (with tags) that I need to render onto a page. I read the file I need in Node then pass it to the handlebars template. However when I display the raw html using {{this.raw_html}}, I see actual tags (<p></p>) on the page.
How can I render this correctly?