Skip to content

Instantly share code, notes, and snippets.

@erikakers
Created August 15, 2013 15:38
Show Gist options
  • Save erikakers/6241861 to your computer and use it in GitHub Desktop.
Save erikakers/6241861 to your computer and use it in GitHub Desktop.
Javascript: Underscore Template Values
_.templateSettings = {
interpolate: /\{\{\=(.+?)\}\}/gim,
evaluate: /\{\{([\s\S]+?)\}\}/gim,
escape: /\{\{\-(.+?)\}\}/gim
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment