<% 3.times { %> Hello World! <% } %>
<% if (session != null) { %> My session id is ${session.id} <% } else println "No session created." %>