Render HTML from Object with CoffeeKup
CoffeeKup allows to render HTML from multiple sources: * A String containing valid CoffeeScript code * A JavaScript/CoffeeScript object arranged according to CoffeeKup rules To render HTML from a String is quite straightforward and documented on the CoffeeeScript reference: you can use the methods .compile and .render as documented there. However,