base.html 257 Bytes
<!DOCTYPE html>
<html class="x-admin-sm">
{include file="admin@public/head" /}
{block name="head"}
{/block}
<body>
<div class="layui-fluid">
    {block name="body"}
    {/block}
</div>
</body>
{block name="js"}
{/block}
{block name="modal"}
{/block}
</html>