Mustache: Logic-less Ruby Templates
Mustache is a templating system that removes all logic from the display. The only thing you can do is display the values of variables which are methods on the view class. This looks really, really intriguing but I don’t know if anyone is really using it out there. Any experience?
