<%- include('partials/head.html', {}); %> <%- include('partials/nav.html', {}); %>

<%= pageName %>

<%= pageDescription %>

<%= bookTitle %> Table Of Contents, <% if(currentSort == 'story'){ %> entries ordered to tell a story. <% }else{ %> showing latest entries first. <% } %>

<% posts.forEach(function(post,index){ %>
<% if(post.image){ %><%= post.title %><% } %> <% if(post.images.length){ %>
Additional Images <% post.images.forEach(function(image,index){ %> <%= image.title %> <% }); %>
<% } %>
#<%= post.number %>: <%= post.title %>
<%= post.timestamp %>

<%= post.text %>

<% if(post.audio){ %>Listen<% } %> View
<% if(post.links.length){ %>
Content Links
    <% post.links.forEach(function(link,index){ %>
  • <%= link.title %> (<%= link.hostname %>)
  • <% }); %>
<% } %>
<% }); %>
<%- include('partials/footer.html', {}); %> <%- include('partials/foot.html', {}); %>