From 03522a48290adf90987cfbf6b74dad12e5252a03 Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Wed, 22 Oct 2014 10:29:48 -0400 Subject: [PATCH] Update _.template docs. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cbd78dd42..b188af2bc 100644 --- a/index.html +++ b/index.html @@ -1796,7 +1796,7 @@

Utility Functions


Compiles JavaScript templates into functions that can be evaluated for rendering. Useful for rendering complicated bits of HTML from JSON - data sources. Template functions can both interpolate variables, using + data sources. Template functions can both interpolate values, using <%= … %>, as well as execute arbitrary JavaScript code, with <% … %>. If you wish to interpolate a value, and have it be HTML-escaped, use <%- … %>. When you evaluate a