From http://stackoverflow.com/questions/20911710/hoganjs-and-angularjs-with-nodejs
var app = express(); app.locals.delimiters = '<% %>'; /** * Place it above: * app.set('view engine', 'html'); * * * Now in html code: * <p>This is a <% template %></p> */