<% if(data){ %>

Continue

<% for(let chapter of data){%>
<%if(chapter._id){ %> close <%} else {%> arrow_outward <%} %>

<%= chapter.title %>

Chapter • <%= chapter.chapterNum %>

Read • <%= chapter.imgReadOutOfTotal %>
<% } %>
<% } %>