I've found some answers to generate commented HTML code with HAML :
/
This is actually an HTML comment and not an HAML comment
But it's not what I want.
Indeed, I'm searching for a way to make a line comment in HAML like // in JavaScript or # in Ruby without delete the line and have to re-add it later.
So is there a way to do that in HAML, and how to do this if it's possible ?