generator-zl-fis3-less
Version:
基于 Yeoman 的 FIS3 主题模板制作框架初始化脚手架
28 lines (21 loc) • 569 B
HTML
<html lang="en">
<head>
<link rel="import" href="./__index-head.html?__inline">
</head>
<body class="desgin">
<div id="wraper">
{ls:include id="#{top}"}{/ls:include}
<link rel="import" href="./__index-mainContainer.html?__inline">
{ls:include id="#{footer}"}{/ls:include}
<!--footer-->
</div>
<!--wraper-->
<!-- 设计器JS 开始 -->
<script data-js="remove">
var templateApp = require('widget/app/template-design');
templateApp.init();
</script>
<!-- 设计器JS 结束 -->
</body>
</html>