Sha256: 430ae2a27aec9f343dee72cfbb43b5480355ef8f9054805680a017012f581cc7
Contents?: true
Size: 996 Bytes
Versions: 10
Compression:
Stored size: 996 Bytes
Contents
window.require.define({"my-package/my_hbs_template": function(exports, require, module) { "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