How do you comment out html mixed with ruby code?
some text <% ... %> more text <%= ... %> something else <% ... %>
In js
<%#= ...commented multiline block... %>