<#if post.status == 1>
<#else>
#if>
- 阅读 ${post.visits}
- 评论 ${post.chatCount}
- 点赞 ${post.likes}
- 栏目 ${post.category.name}
<#if post.status == 1>
已发表
<#else>
未发表
#if>
<#if post.allowFavor == true>
推荐
#if>
<#if post.allowTop == true>
置顶
#if>
<#if post.original == true>
原创
#if>
${post.createTime?string("yyyy-MM-dd HH:mm")}