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?