You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
485 B
17 lines
485 B
<% 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>
|
|
<% } %>
|
|
|