Just a thing I try to do that would really simplify my life right now.
How can I do that :
This is my view in app file
window.ArtView = B
this is how I did it , it works fine.
template: _.template(templateText , { imports : { check :function (val){ // blah blah } } } }),
then in your html template
<%= check('value') %>