Ember.Handlebars.registerHelper 't', (path, params..., options)-> text = t(path) tag = if options.hash.bare then text else "#{text}" new Handlebars.SafeString tag