{{#for category in post.categories}}{{#if loop.first}} {{category.name}} {{/if}}{{/for}}

{{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}}{{/for}}
{{/if}} {{#if post.prev}} {{#else_if post.next}} {{/if}}
{{#if post.surroundings.same_category}}

More from this category

{{#for related in post.surroundings.same_category}} {{partial:post-card variant="grid" show_excerpt=false}} {{/for}}
{{/if}}