excel_handle/app/view/public/base.html

10 lines
237 B

{include file="public/header" /}
<!-- Core stylesheets -->
{block name="header"}{/block}
</head>
<body class="layui-layout-body">
{block name="body"}{/block}
{include file="public/script" /}
{block name="script"}{/block}
</body>
</html>