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

<%= pageName %>

<%= pageDescription %>

<%= bookTitle %> Home Page, <% 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.audio){ %> Listen<% } %> View <% if(post.links.length){ %> <%= post.links.length %><% } %>
<% }); %>
<%- include('partials/footer.html', {}); %> <%- include('partials/foot.html', {}); %>