Sha256: 4a8b04ad17b90366fc77584cbbc92ded4577ea27e6ec7e3576757f247267e7ce
Contents?: true
Size: 987 Bytes
Versions: 10
Compression:
Stored size: 987 Bytes
Contents
define("my-package/my_hbs_template", ["exports"], function(__exports__) { "use strict"; var 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; }); __exports__["default"] = template; });
Version data entries
10 entries across 10 versions & 1 rubygems