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