Haml.js. A faster way to write HTML templates in Node.js.

github.com/tj/haml.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2014
  • Dirty requirejs fix
  • .ignore -> .gitignore, added multiple interpolation test
  • Removed debug output from test
  • Merge pull request #65 from Swizz540/master
April 2014
  • Allow brackets between quote marks
February 2014
  • version 0.6.2
January 2014
  • Merge pull request #59 from tricknotes/fix-typo-in-readme
  • Fix typo in Readme.md
  • Update Readme.md
  • Switched to AMD-only template for urequire
  • Now building UMD module using urequire. Added .bower.json
December 2013
  • Added .travis.yml and scripts.test in package.json
  • Added renderFile
  • Generated JavaScript now uses a buffer array
  • Added documentation for string interpolation
  • Added string interpolation for text tokens. Closes #16
  • Fix attrs() documentation
  • Both class tag and class attribute at the same time work now. Closes #28
  • Fix readme typo, closes #53
  • Supported newlines