%
layout("/layouts/platform.html"){
%>
<% if(!isEmpty(firstMenus)){ %>
<% for(firstMenu in firstMenus){ %>
-
Drag
${firstMenu.menuName!}
${firstMenu.menuKey!}${firstMenu.url!}
<% if(!isEmpty(@secondMenus.get(firstMenu.path))){ %>
<% for(secondMenu in @secondMenus.get(firstMenu.path)){ %>
-
Drag
${secondMenu.menuName!}
${secondMenu.menuKey!}${secondMenu.url!}
<% }%>
<% } %>
<% } %>
<%}else{%>
未配置
<%}%>
<%}%>