Tuesday, April 17, 2012

Node.js: Templating with Plates

Plates is the templating library in flatiron. Plates binds data to markup. It's JavascriptMarkup and JSON. It works in the browser and in node.js. All templates are actually valid HTML, with no special characters for value insertion. The relationship between tags and values is defined through object literals that are passed to Plates.bind: Read more..

No comments: