<% for i in 0..10 { %>
head
<% if i < 2 { continue; } %>
<%\html i %>
<% if i > 5 { break; } %>
tail
<% } %>