#{extends 'main.html' /} #{set title:'Blog' /}
${post.title}

${post.content}:

Delete
Comments:
#{list items:post.comments, as:'comment'}

${comment.content} : ${comment.author.firstName} : on : ${comment.postedAt.format('dd MMM yy HH:mm:ss')}


#{/list}
Add a comment