jquery templates - how to code unescaped buffering with node.js and Express

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