This allows for mustache style templates, interpolation done with and logic with
_.templateSettings =
interpolate: /\{\{\=(.+?)\}\}/g
evaluate: /\{\{(.+?)\}\}/g
Developer from somewhere
This allows for mustache style templates, interpolation done with and logic with
_.templateSettings =
interpolate: /\{\{\=(.+?)\}\}/g
evaluate: /\{\{(.+?)\}\}/g