When I use:
app.set('view options', {layout:true});
in express, <%- body %> is unescaped buffering for ejs and body!= body is unescaped buffering for jade. How do I do this for jquery templates? Thanks.
Have you tried to call the variable directly?
<div>#{body}</div>
Use the following code
p!= body