<% if(!isEmpty){%> <% mangas.forEach(scanlator=>{ %> <div class="scanlator-container"> <h2><%= scanlator.scanlator %></h2> <br> <div class="searchCarousel" > <%- include('searchCarousel.ejs', {Results:scanlator.Results, scan:scanlator} )%> </div> </div> <% }) %> <% } %> <% if(isEmpty){ %> <h2 class="NoFavs"> You haven't favorited any manga/manhwa! </h2> <% } %>