Formatting tweak.

This commit is contained in:
Michael Bayne
2011-04-13 14:54:05 -07:00
parent aa5a5bf3c4
commit 03c02fba96
+3 -1
View File
@@ -127,7 +127,9 @@ If you wish to make use of partials (e.g. `{{>subtmpl}}`) you must provide a
});
String tmpl = "...{{>subtmpl}}...";
c.compile(tmpl).execute();
// will load `new File(templateDir, "subtmpl")` when compiling the template
The above snippet will load `new File(templateDir, "subtmpl")` when compiling
the template.
Extensions
==========