{$post.title}
发布时间:{api format_time($post.update_time)}
{if api::is_string_empty($post.summary) == false}
{$post.summary} ...阅读全文
{else}
{$post.content}
{/if}
{if $post.tags != null}
{code $tags = explode(',', $post.tags);}
{foreach $tags as $tag}
{$tag}
{/foreach}
{else}
尚未添加标签
{/if}
阅读:{$post.read_count}
评论:{$post.comment_count}