Skip to content

Instantly share code, notes, and snippets.

@eznj
Created January 24, 2013 22:03
Show Gist options
  • Save eznj/4628406 to your computer and use it in GitHub Desktop.
Save eznj/4628406 to your computer and use it in GitHub Desktop.
underscore mustache style syntax conversion...
_.templateSettings = {
interpolate : /\{\{(.+?)\}\}/g
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment