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
Jade uses the bang to force unescaped output. So you turn regular output to unescaped output with the following construct: != If your content is inside an div tag you could do the following:
!=
div!= content