<% _.forIn(_.sortBy(navTree, ['sortIndex', 'value']), function(data) { %> <%- data.value %> <% }) %>
<% _.forIn(_.filter(navTree, 'active'), function(data) { %> <% _.forIn(_.sortBy(data.children, ['sortIndex', 'value']), function(data) { %>
<%- data.value %>
<% _.forIn(_.sortBy(data.children, ['sortIndex', 'value']), function(data) { %> <%- data.value %> <% }) %>
<% }) %> <% }) %>
<%= content %>
© Bigl