<% // The serverList is passed in from the clientApp %> <% if(serverList.length===0){ %>

Could not load Server List

<% } %> <% serverList.forEach(section=> { %>
<% if (section.name.toLowerCase()==='official' ) { %> <% } else { %>

<%= section.name %>

<% } %> <% section.servers.forEach(server=> { %> <% }) %>
<% }) %>
<% if(communityPages.length===0){ %>

Could not load Community Content

<% } else{ %>

Community Content

<% } %> <% communityPages.forEach(page=> { %> <% }) %>