${frontPost.title}
${frontPost.content}
on ${frontPost.postedAt.format('MMM dd')}
${frontPost.comments.size() ?: 'no'}
comment${frontPost.comments.size().pluralize()}
#{if frontPost.comments}
, latest by ${frontPost.comments[0].author}
#{/if}
#{/if}