{{!-- Gest the 3 most recent related posts --}} {{#get "posts" limit="3" filter="id:-{{post.id}}+tags:[{{post.tags}}]" include="tags" as |related|}}

Similar posts

{{#foreach related}}
{{#if feature_image}} {{title}} {{/if}}

{{primary_tag.name}}

{{title}}
{{/foreach}} {{else}}

No related posts

{{/get}}