-
-
- {{#each model.posts as |post|}} - {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} - {{post-card post=post}} - {{/each}} -
+
+
+ {{#each model.posts as |post|}} + {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} + {{post-card article=post}} + {{/each}}
-