<%= story.title ;%> - <%= chapter.name ;%><%= chapter.nameExtend ? " - " + chapter.nameExtend : "" ;%>
<%- include('chapter/entry-header') -%>
<%- include('chapter/entry-header') -%>
<% if (story.adsense) { %>
<%- include('includes/ads/block') -%>
<% } %>
<%= chapter.note || process.env.NOTE_DEFAULT?.toUpperCase() %>
<% for (let i = 0; i < chapter.content.length; i++) { %>
<% if (story.adsense && [15, 50, 75].includes(i)) { %>
<%- include('includes/ads/block') -%>
<% } %>
<% } %>
<% if (story.adsense) { %>
<%- include('includes/ads/block') -%>
<% } %>