<%- include('partials/head.html', {}); %> <%- include('partials/nav.html', {}); %>
<% books.forEach(function(book,index){ %>
<%= book.title %> Resources

<%= book.description %>

<% data[book.name].story.posts.forEach(function(post,index){ %>

#<%= post.number %>:
<%= post.title %>

<%= post.timestamp %>
<%= post.text.split(/:|\.|,/).slice(0,6) + '...' %>
<% if(post.links.length){ %> <% } %>
<% if(post.audio){ %> Listen<% } %> View
<% }); %> <% }) %>
<% books.forEach(function(book,index){ %> <%= book.title %> <% }); %> Top
<%- include('partials/footer.html', {}); %> <%- include('partials/foot.html', {}); %>