Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created March 4, 2013 23:44
Show Gist options
  • Save fernyb/5086701 to your computer and use it in GitHub Desktop.
Save fernyb/5086701 to your computer and use it in GitHub Desktop.
Backbone use "{{" "}}" instead of "<%" "%>"
_.templateSettings = {
interpolate: /\{\{\=(.+?)\}\}/g,
evaluate: /\{\{(.+?)\}\}/g
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment