<% if (links != undefined) { %> <% links.forEach(link => { %> <% if(link.dropdown) { %> <% } else { %> <%= link.name %> <% } %> <% }); %> <% } %>