<:include file="./common/css.html" title="${website.websiteName} - 后台系统" favicon="${website.favicon}"/>
    <:for items="${menus}" var="item"> <:if test="${item.hide==0}">
  • ${item.menuName} <:include file="./common/side.html" children="${item.children}"/>
<:include file="./common/js.html"/>