{{#for category in post.categories}}{{#if loop.first}} {{category.name}} {{/if}}{{/for}} {{post.title}} {{#if post.excerpt}}{{post.excerpt}}{{/if}} {{#if post.author.display_name}}{{post.author.display_name}}·{{/if}} {{post.published_at}} {{#if post.reading_time}}·{{post.reading_time}}{{/if}} {{#if post.featured_image}} {{/if}} {{post.html}} {{#if post.tags}} Filed under {{#for tag in post.tags}}#{{tag.name}}{{/for}} {{/if}} {{#if post.prev}} ← Previous {{post.prev.title}} {{#if post.next}} Next → {{post.next.title}} {{/if}} {{#else_if post.next}} Next → {{post.next.title}} {{/if}}