Set is an unobtrusive and DRY template engine for Node.js and browsers.
Getting started
Check out the Hello Badge series of introductory articles.
Installation
Install Set:
npm install indie-set
Change to the Set folder:
cd node_modules/indie-set/
Start the server:
npm start
Go to http://localhost:3000 and play with the examples.
Credits
Set extends the excellent Distal template engine which is an implementation of the Template Attribute Language (TAL) concept from Zope.
Copyright © Aral Balkan. Released with ♥ by Ind.ie under the MIT License. Portions released under the Apache License.