11 lines
209 B
PHP
11 lines
209 B
PHP
![]() |
<!--空白页面参考模版-->
|
||
|
{extend name="public/base" /}
|
||
|
{block name='content'}
|
||
|
{include file='public/content_header' /}
|
||
|
<section class="content">
|
||
|
|
||
|
<!-- 这里写内容即可 -->
|
||
|
|
||
|
</section>
|
||
|
|
||
|
{/block}
|