<% if (categories.length > 1) { %>
<% categories.forEach(function(category, index) { %>
<% }) %>
<% } else { %>
<% sections.forEach(function(section, index) { %>
<%= section.name %>
<% if (section.sections.length) { %>
<% } else if (section.articles.length) { %>
<% } else { %>
leeg
<% } %>
<% }) %>
<% } %>