Natural Templating .html (like Thymeleaf) for Node.js

Is there Natural Templating for Node.js

Natural Templating (like Thymeleaf template engine) is when template page or it's part can be perfectly displayed by a browser as a prototype, without being executed at all. That is, I have template with .html extension, and I can just open in browser to preview it, and use standard HTML dev tools to edit.

UPDATE: I have added answered, that were added in comments. (Do new StackOverflower users fear to add answers?) Hope to hear from developers, that actually use those things (just add new answer)

github.com/flatiron/plates (answered by generalhenry)

Plates (short for templates) binds data to markup. Plates has NO special syntax. It works in the browser and in Node.js.

Active

{{ mustache }} (answered by etienne)

Logic-less templates.

Available in Ruby, JavaScript, Python, Erlang, PHP, Perl, Objective-C, Java, .NET, Android, C++, Go, Lua, ooc, ActionScript, ColdFusion, Scala, Clojure, Fantom, CoffeeScript, D, and for node.js.

Works great with TextMate, Vim, Emacs, and Coda.

I was using Handlebars.

There are actually quite a few template engines in JavaScript and here you can decide what you need.