I’m looking for a javascript ‘port’ of haml supporting the following features:
- Templates stored in files.
- JSON input.
- Supports “collections” [{Booking},{Booking},{Booking}] for iterated processing.
Essentially I’d like the functionality as sinatra_more‘s templates.
Does anyone know of something that fits the bill?
This is an old post, but just in case anyone gets here from google, it’s worth mentioning Jade
It’s not strict haml, but a haml-inspired templating language for node and javascript