underscore.js with node-express underscore.js with node-express express express

underscore.js with node-express


Did you try it this way?

var template = _.template($('#client-list-template').html());$('.output-div').html(template({     clients : response});

Also how are you getting the response variable?