From 526cc046e4d5793a0dfac977474eda039853a983 Mon Sep 17 00:00:00 2001
From: Halton Huo doT.template - template compilation function
By default, the produced function expects one parameter - data - with the name 'it'. The names and number of parameters can be changed by changing doT.templateSettings.varname
This option is by default true, you can disable logging as below:
+
+var dots = require('dot');
+dots.log = false;
+
+
You can precompile all your templates into modules compatible with commonJS, browsers and AMD.