{extend name="index_base" /} {block name="seo"} {$t.title|strip_tags} - {$site_config['site_title']} {/block} {block name="body"}
当前位置: 首页 - {$t.name} - {$t.title}

{$t.title}

详细内容
{$t.content|htmlspecialchars_decode}
{:hook('attachlinkshow',array('id'=>$t.id,'type'=>1))}
{if condition="$t['keywords'] neq ''"}

{volist name="$t.keyword_arr" id="vo"} {$vo} {/volist}

{/if}
{/block}