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

<%= pageName %>

<%= pageDescription %>

<% } %>
<% posts.forEach(function(post,index){ %>
<% if(post.image){ %><%= post.title %><% } %>
<% if(post.audio){ %> Listen<% } %> View <% if(post.links.length){ %> <%= post.links.length %><% } %>
<% }); %>
<% if(pagination.pageFirst){ %>

Home Page shows a mix of all entries from all books, latest first.

Service or hosting interruptions will be resolved in under 24h hours.

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