Is there a template engine for Node.js?

Seb picture Seb · Nov 24, 2009 · Viewed 137.6k times · Source

I'm experimenting with building an entire web application using Node.js. Is there a template engine similar to (for example) the Django template engine or the like that at least allows you to extend base templates?

Answer

RameshVel picture RameshVel · Sep 8, 2010

Check out the Node js modules wiki page. They have listed all the templating engines supporting node.js.