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