By default, Jade buffers the output so we have to be explicit when we want unbuffered code
If content contains html and you want to render it, use != like this:
div!=content
p!= 'This code is' + ' not escaped!'
Reference
Photo by Pankaj Patel on Unsplash