container.php 525 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. {include file="public/frame_head" /}
  5. <title>{block name="title"}{/block}</title>
  6. {block name="head_top"}{/block}
  7. {include file="public/style" /}
  8. {block name="head"}{/block}
  9. </head>
  10. <body class="gray-bg">
  11. <!--演示地址https://daneden.github.io/animate.css/?-->
  12. <div class="wrapper wrapper-content animated ">
  13. {block name="content"}{/block}
  14. {block name="foot"}{/block}
  15. {block name="script"}{/block}
  16. {include file="public/frame_footer" /}
  17. </div>
  18. </body>
  19. </html>