<% if (meta.description && meta.description.length > 0) { %> <% } %> <%= meta.title %> <% const frontCover = meta.frontCover || {}; const backCover = meta.backCover || {}; const frontTitle = frontCover.title || meta.title; const frontAuthor = frontCover.author || meta.author; const frontPublished = frontCover.published || frontCover.pubDate || meta.published; const frontDescription = frontCover.description || meta.description; const backTitle = backCover.title || meta.title; const backPublished = backCover.pubDate || backCover.published || meta.published; const backCopyright = backCover.copyright || meta.copyright; const backDescription = backCover.description || meta.description; %>

<%= frontTitle %>

<%= frontPublished %>
<%= frontAuthor %>
<% if (frontDescription) { %>

<%= frontDescription %>

<% } %>
<%- include('../work/all_md.html') %>
<% if (backDescription) { %>

<%= backDescription %>

<% } %>
<%= backTitle %>
<%= backPublished %>
<%= backCopyright %>