I use Handlebars but in the front, as MVC with Backbone+Marionette. I like that it's very flexible, and using helpers is straightforward. I like also the partials to mix views in the front and you can pre-compile it to be faster or compile it on demand in the browser.
I'm aware that you can use it in the back, but I prefer the MVC in the front approach.