I'd like to do the following in Haml-Coffee:
- case msg.type
- when "usertext"
= msg.body
- when "direct"
= msg.content.kbcontent_body
But I get an error "Reserved word "case""
I suspect it's not supported by Haml-Coffee actually.