<% _.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 %>
<% }) %>
<% }) %>
<% }) %>