<%= title %>

Serving <%= globals.postCount %> posts (<%= formatFileSize(globals.postSize) %>)

<% if (post) { %>
<%= postContentTemplate({post: post}) %>
<% } %>