by ${_post.author.fullname},
${_post.postedAt.format('dd MMM yy')}
#{if _as != 'full'}
#{/if}
#{elseif _post.tags}
- Tagged
#{list items:_post.tags, as:'tag'}
${tag}${tag_isLast ? '' : ', '}
#{/list}
#{/elseif}
#{if _as != 'teaser'}
Detail:
${_post.content.nl2br()}
#{/if}
#{if _as == 'full'}
#{/if}
${_post.comments.size() ?: 'no'} comment${_post.comments.size().pluralize()}
#{list items:_post.comments, as:'comment'}