ywtc_api/plugins/HelloWorld/view/testPage.html

5 lines
118 B
HTML

{extend name="layout" /}
{block name="content"}
<h2 class="content-heading">自定义页面testPage</h2>
{/block}