Created
February 18, 2014 14:37
-
-
Save dhoko/9072205 to your computer and use it in GitHub Desktop.
Lodash/underscore custom template settings with {{ }}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_.templateSettings = { | |
evaluate: /{{([\s\S]+?)}}/g, | |
interpolate: /{{=([\s\S]+?)}}/g, | |
escape: /{{-([\s\S]+?)}}/g | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ex :