Skip to content

Instantly share code, notes, and snippets.

@tempire
Created April 28, 2013 18:50
Show Gist options
  • Save tempire/5477964 to your computer and use it in GitHub Desktop.
Save tempire/5477964 to your computer and use it in GitHub Desktop.
_.templateSettings = {
evaluate: /\{\{([\s\S]+?)\}\}/g,
interpolate: /\{\{=([\s\S]+?)\}\}/g
};
@tempire
Copy link
Author

tempire commented Apr 28, 2013

{{ statement }}

{{= evaluated statement }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment