Skip to content

Instantly share code, notes, and snippets.

@mmun
Created November 12, 2014 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmun/1d893edd87a7476eee89 to your computer and use it in GitHub Desktop.
Save mmun/1d893edd87a7476eee89 to your computer and use it in GitHub Desktop.
{"1":function(depth0,helpers,partials,data,args) {
var stack1, helper;
data.person = args[0];
return " "
+ this.escapeExpression(((helper = (helper = helpers.greeting || (depth0 != null ? depth0.greeting : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0,{"name":"greeting","hash":{},"data":data}) : helper)))
+ " "
+ this.escapeExpression(this.lambda(((stack1 = (data && data.person)) && stack1.name), depth0))
+ "\n";
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
var stack1;
return ((stack1 = helpers.each.call(depth0,(depth0 != null ? depth0.people : depth0),{"name":"each","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data})) != null ? stack1 : "");
return "";
},"useData":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment