layout.html 317 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{block name="title"}志远装饰数字化管理平台{/block}</title>
  6. {block name="head"}{include file="public/head"}{/block}
  7. </head>
  8. {block name="body"}{/block}
  9. <script src="__LAYUI__/layui/layui.js"></script>
  10. {block name="js"}
  11. {/block}
  12. </html>