- {{!-- This is a responsive image, it loads different sizes depending on device
- https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}}
-
+ {{#tag}}
+
+
+ {{#if feature_image}}
+
+ {{!-- This is a responsive image, it loads different sizes depending on device
+ https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}}
+
+
+ {{/if}}
+
+
+
+
+
+ {{#if description}}
+ {{description}}
+ {{else}}
+ A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}}
+ {{/if}}
- {{/if}}
-
-
-
-
-
- {{#if description}}
- {{description}}
- {{else}}
- A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}}
- {{/if}}
-
-
-
-
{{!--/.post-card-content--}}
+
+
-
- {{/tag}}
+
+ {{/tag}}
- {{#foreach posts}}
+ {{#foreach posts}}
+ {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
+ {{> "post-card"}}
+ {{/foreach}}
- {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
- {{> "post-card"}}
-
- {{/foreach}}
-
-