Skip to content

Instantly share code, notes, and snippets.

@grahamb
Created January 21, 2012 06:28
Show Gist options
  • Save grahamb/1651700 to your computer and use it in GitHub Desktop.
Save grahamb/1651700 to your computer and use it in GitHub Desktop.
handlebars.registerHelper('helperMissing', function(token) {
return '{{'+token+'}}';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment