How do we add comments in erb files, if we do not want them to be generated into the html content?
Use the <%# %> sequence, e.g.
<%# %>
<%# This is a great comment! %>
2.1m questions
2.1m answers
60 comments
57.0k users