{template 'header'} {php $row = $detail;}
{$title}

{$detail['title']}

作者:{$detail['author']}   时间:{php echo date("Y-m-d", $detail['createtime']);}   {if empty($_W['account']['name'])}微擎团队{else}{$_W['account']['name']}{/if}
{$detail['content']}
转发 分享
{php $_share_content = $detail['content'];} {template 'footer'}