I have an Express app using the default Jade view engine. When I try to render HTML as-is in a element, it gets rendered as actual DOM elements inst
This is the official way:
code= 'This code is' + ' !' <div>This code is <escaped>!</div>
<div>This code is <escaped>!</div>
http://jade-lang.com/reference/#unescapedbufferedcode