#{extends 'main.html' /} #{set title:'Blog' /} Spacebook Logged in as ${user.firstName} ${user.lastName} 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')}
${post.content}:
${comment.content} : ${comment.author.firstName} : on : ${comment.postedAt.format('dd MMM yy HH:mm:ss')}