Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 311
Paul Verest Avatar asked Mar 27 '13 05:03

Paul Verest


1 Answers

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

like image 157
Paul Verest Avatar answered Oct 18 '22 10:10

Paul Verest