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