Explain how you can create an Ember. handlebars template ?
Call Ember.Handlebars.Compile() to create an ember.handlebars template. It will return a function which can be used by ember.view for rendering.