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

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

<%= post.timestamp %>

<% if(post.audio){ %>
Available as mp3 audio and narrated by the author.
<% } %> <% if(post.print){ %> <% } %>
<%- post.html %>
<% if(post.image){ %>
<%= post.title %>
<% } %>
<% if(post.audio){ %>
Available as mp3 audio and narrated by the author.
<% } %> <% if(post.links.length){ %>

References

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