This is helloworld.gsp

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

The current timestamp on the server is ${new Date()}.