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