Sha256: bda96f31d575a90dcf47f84009a6c05e28339aad8a5d2381810e2b6812bb7279
Contents?: true
Size: 893 Bytes
Versions: 10
Compression:
Stored size: 893 Bytes
Contents
Ember.TEMPLATES['my-package/my_handlebars_template'] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) { this.compilerInfo = [4,'>= 1.0.0']; helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {}; var buffer = '', stack1, escapeExpression=this.escapeExpression; data.buffer.push("<p>\n Hello "); stack1 = helpers._triageMustache.call(depth0, "name", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data}); if(stack1 || stack1 === 0) { data.buffer.push(stack1); } data.buffer.push(", here is a horrible picure:\n <br />\n <img "); data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{ 'src': ("horriblePictureUrl") },hashTypes:{'src': "ID"},hashContexts:{'src': depth0},contexts:[],types:[],data:data}))); data.buffer.push(" />\n</p>\n"); return buffer; });
Version data entries
10 entries across 10 versions & 1 rubygems