{include file="page_header.tpl.htm"}
{if $article_detail}

{$article_detail.title}

{$article_detail.description|nl2p}
{$article_detail.content|nl2p}

回到 Blog 首頁 | {$article_detail.pubDate}

文章評論

{section name="sec1" loop=$comment_list}
{$comment_list[sec1].comment|nl2p}
{$comment_list[sec1].visitorname} | {$comment_list[sec1].createDate}

{sectionelse}

該文章沒有任何評論

{/section}

{else}

沒有指定的文章。

{/if}

{include file="page_sidebar.tpl.htm"}
{include file="page_footer.tpl.htm"}