{load href="/static/index/css/article.css"}
{include file="public/searcher"}

{$detailArt.article_title}


{$detailArt.article_content|raw}
评论
{volist name=":model('Comment')->getIndexComment($detailArt.article_id)" id="vo"}
{$vo.username}

{$vo.comment}

{/volist}

文章分类


{volist name="cat" id="vo"} {$vo.cat_name}{$vo.cat_count} {/volist}
{include file="public/footer"} {include file="public/script"}