How do we add comments in erb files, if we do not want them to be generated into the html content?
For block comments:
<% if false %> code to be commented out... <% end %>