ywtc_api/plugins/HelloWorld/view/index.html

5 lines
110 B
HTML

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