{$article.Time('Y年m月d日')}

{$article.Title}

{$article.Content}
{if Count($article.Tags)>0}

标签:{foreach $article.Tags as $tag}{$tag.Name} {/foreach}

{/if}

作者:{$article.Author.StaticName} , 分类:{$article.Category.Name} , 浏览:{$article.ViewNums} , 评论:{$article.CommNums}

{if !$article.IsLock} {template:comments} {/if}