• <% // double-slash comment %>foo
  • <% /* C-style comment */ %>bar
  • <% // double-slash comment with newline %>baz
  • <% var x = 'qux'; // double-slash comment @ end of line %><%= x %>
  • <%# ERB style comment %>fee
  • <%= 'not a ' + '//' + ' comment' %>