<% if(data.menus.length) { %> <% data.menus.forEach(function(menu, mi){ %>
  • <%= menu.title %>
  • <% }) %> <% } %>
<% if(data.menus.length) { %> <% data.menus.forEach(function(menu, mi){ %>
    <% if(menu.nav_menu.length) { %> <% menu.nav_menu.forEach(function(nav_item, ni){ %>
  • <%= nav_item.title %> <% if(nav_item.third_menu.length) { %> <% nav_item.third_menu.forEach(function(third, ti){ %>
    <%= third.title %>
    <% }) %> <% } %>
  • <% }) %> <% } %>
<% }) %> <% } %>
  • 首页