{{#if post.categories}} {{#for category in post.categories}}{{category.name}}{{#if loop.last}}{{#else}}{{/if}}{{/for}} {{/if}} {{post.published_at}} {{post.reading_time}} {{#if post.author.display_name}} {{post.author.display_name}} {{/if}} {{post.title}} {{#if post.excerpt}}{{post.excerpt}}{{/if}} {{#if post.featured_image}}{{/if}} {{post.html}} {{#if post.tags}} Filed under {{#for tag in post.tags}}#{{tag.name}}{{#if loop.last}}{{#else}}{{/if}}{{/for}} {{/if}} {{#if post.prev}} ← Previous {{post.prev.title}} {{#if post.next}} Next → {{post.next.title}} {{#else}} {{/if}} {{#else_if post.next}} Next → {{post.next.title}} {{/if}} {{#if post.comments_enabled}} {{partial:comments-island}} {{/if}}