5 lines
135 B
Smarty
5 lines
135 B
Smarty
|
{extend name="layout" /}
|
||
|
|
||
|
{block name="content"}
|
||
|
<h2 class="content-heading">自定义页面testPage.tpl(自定义后缀)</h2>
|
||
|
{/block}
|