{include file='index@common/header' /}

{$content.title}

发布时间:[ {$content.create_time|date='Y-m-d H:i',###} ]   点击:[ {$content.click} ]

{$content.body.body|htmlspecialchars_decode} {notempty name='content.tag'}

延伸阅读:{foreach name='content.tag' item='vo'} {$vo.tag}{/foreach}

    {php} $guanlian = $content -> relations() -> limit(10) -> select(); {/php} {foreach name='guanlian' item='vo'}
  1. {$vo.shorttitle}
  2. {/foreach}
{/notempty}
{if condition="check_app('user')"} {/if}
{include file='common/side' /}
{include file='index@common/footer' /}