<% let scanlatorID = scan.scanlator.replace('-', '') %>
<% if(result.favorite){%>
<%-include('bookmarked.ejs', {scanlator, title:result.title, link:encodeURIComponent(result.link), id:result.favorite}) %>
<% } else { %>
<%-include('bookmark.ejs', {scanlator, title:result.title, link:encodeURIComponent(result.link)}) %>
<% } %>
<%- include('status.ejs', {status:result.Status}) %>
<%= result.title %>
Latest Chapter • <%= result.latestChap %>
<% for(let [index, tag] of result.tags.entries()) {%>
<% if(index >= 3) continue %>
<%= tag.slice(0, 6)+(tag.length>6?'...':'')%>
<% } %>
<%= result.description.slice(0,100)+(result.description.length>100?'...':'') %>