<%# This is a comment #%> <% for (i, msg) in messages.iter().enumerate() { %> <% if i == 0 { %>

Hello, world!

<% } %>
<%\html msg %>
<% } %>