<%= id %>
<%= title %>
<%= description %>
<%= publisher || "anonymous" %>
"><%= author.length ? author.join(",") : author %>
<%= date %>
<%= lang || "en" %>
<% 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){ %>
<% } %>
<% }) %>