<% // 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=> { %>
<% }) %>
<% }) %>