ERB Delimiters in Template Underscore

Now that we know how to create a generic template let’s look at some ERB delimiters. The _.template function has 3 arguments: String text : the template string Object data : the evaluation data Object settings : local settings, the _.templateSettings is the global settings object If no data (or null) given, than a renderContinue reading “ERB Delimiters in Template Underscore”