@/** @ * 本页面所用的模板变量 @ * @ * plugins : 需要用到的插件,目前有["table"] @ * title : 页面的标题 @ * layoutContent : 主页面的html内容 @ * @ * 下面的需要从后台返回 @ * @ * menus : 菜单列表的集合 @ * name : 姓名 @ * avatar : 头像 @ * email : 邮箱 @ **/ ${title!"Guns管理系统"} @if(isNotEmpty(plugins)){ @if(array.contain(plugins,"table")){ @} @}
@include("/common/_top_header.html"){} @include("/common/_sidebar.html"){} @include("/common/_content.html"){}
@if(isNotEmpty(plugins)){ @if(array.contain(plugins,"table")){ @} @}