<%= id %>
22
BookId
<%= title %>
<%= title %>
<%= lang || "en" %>
<%= lang || "en" %>
<%= (new Date()).toISOString().split(".")[0]+ "Z" %>
<%= author.length ? author.join(",") : author %>
<%= author.length ? author.join(",") : author %>
<%= publisher || "anonymous" %>
<%= publisher || "anonymous" %>
<% var date = new Date(); var year = date.getFullYear(); var month = date.getMonth() + 1; var day = date.getDate(); var stringDate = "" + year + "-" + month + "-" + day; %>
<%= stringDate %>
<%= stringDate %>
All rights reserved
Copyright © <%= (new Date()).getFullYear() %> by <%= publisher || "anonymous" %>
true
<% if(locals.cover) { %>
<% } %>
<% images.forEach(function(image, index){ %>
<% }) %>
<% content.forEach(function(content, index){ %>
<% }) %>
<% fonts.forEach(function(font, index){%>
<%})%>
<% content.forEach(function(content, index){ %>
<% if(content.beforeToc && !content.excludeFromToc){ %>
<% } %>
<% }) %>
<% content.forEach(function(content, index){ %>
<% if(!content.beforeToc && !content.excludeFromToc){ %>
<% } %>
<% }) %>