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