+ {{#if primary_tag}}
+ {{#get "posts" filter="tags:{{primary_tag.slug}}+id:-{{id}}" limit="3" as |related_posts|}}
+ {{#if related_posts}}
+
+
+
+
+ {{#foreach related_posts}}
+ -
+
+
+
+ {{/foreach}}
+
+
+
+
+ {{/if}}
+ {{/get}}
+ {{/if}}
+
+ {{!-- If there's a next post, display it using the same markup included from - partials/post-card.hbs --}}
+ {{#next_post}}
+ {{> "post-card"}}
+ {{/next_post}}
+
+ {{!-- If there's a previous post, display it using the same markup included from - partials/post-card.hbs --}}
+ {{#prev_post}}
+ {{> "post-card"}}
+ {{/prev_post}}
+