Tally is a simple, unobtrusive, design‐led JavaScript template engine for Node.js and browsers.
Check out the Hello Badge series of introductory articles.
Install Tally:
npm install tally
Change to the Tally folder:
cd node_modules/tally/
Start the server:
npm start
Go to http://localhost:3000 and play with the examples.
Tally extends the excellent Distal template engine which is an implementation of the Template Attribute Language (TAL) concept from Zope.