Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created October 21, 2011 13:48
Show Gist options
  • Save deedubs/1303887 to your computer and use it in GitHub Desktop.
Save deedubs/1303887 to your computer and use it in GitHub Desktop.
function anonymous(locals, attrs, escape, rethrow) {
var buf = [];
with (locals || {}) {
var interp;
buf.push('\n<p>Hello ' + escape((interp = name) == null ? '' : interp) + '\n</p>');
}
return buf.join("");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment