Top "Dot.js" questions

doT.

Is there a standard for embedding JSON in HTML?

I would like to embed JSON in HTML. The most elegant solution I have found makes use of the script-tag …

javascript html json inline dot.js
doT.js: chained if-else if in dot.js

I was trying doT.js template engine.How to do nested if-else if in dot.js like if() ..... else if ..... …

javascript jquery dot.js
How to render doT.js templating in nodejs?

Hi I would like to know how can I render output in dot.js templating engine. I think it's a …

javascript node.js express template-engine dot.js
How to create extendable controllers in ExpressJS

I'm new to Node and I'm trying to create an MVC app with ExpressJS (http://expressjs.com/). I'm using the …

javascript node.js express dot.js