#{extends 'main.html' /} #{set title:'Blog' /}
${post.content}
${comment.content} : ${comment.author.firstName} : on : ${comment.postedAt.format('dd MMM yy HH:mm:ss')}
Comments:
#{list items:post.comments, as:'comment'}