%= test.title %>
some content
<% x = 0; while x < 10 { %>
x is<%= x %>
<% x = x + 1 %><% } %>