@/**
@ * 本页面所用的模板变量
@ *
@ * otherCss : 引用这个layout的其他加载css
@ * otherJs : 引用这个layout的其他加载js
@ * title : 页面的标题
@ * layoutContent : 主页面的html内容
@ **/
${title!"Guns管理系统"}
${otherCss!}
@include("/common/_top_header.html"){}
@include("/common/_sidebar.html"){}
@include("/common/_content.html",{layoutContent:layoutContent}){}
${otherJs!}