handlebars-template-loader
Version:
A Handlebars template loader for Webpack
12 lines (10 loc) • 1.1 kB
Plain Text
module.exports = (Handlebars['default'] || Handlebars).template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
return "<img src=\"images/"
+ alias4(((helper = (helper = helpers.imgFile || (depth0 != null ? depth0.imgFile : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"imgFile","hash":{},"data":data}) : helper)))
+ "\" alt=\""
+ alias4(((helper = (helper = helpers.imgDescription || (depth0 != null ? depth0.imgDescription : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"imgDescription","hash":{},"data":data}) : helper)))
+ "\">\n<img src=\"/images/"
+ alias4(((helper = (helper = helpers.imgFile || (depth0 != null ? depth0.imgFile : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"imgFile","hash":{},"data":data}) : helper)))
+ "\">";
},"useData":true});