{{!< default}} {{!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --}}
{{#if @custom.show_publication_cover}} {{#if @site.cover_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 --}} {{@site.title}} {{/if}} {{/if}} {{#match @custom.header_style "!=" "Hidden"}}
{{#match @custom.navigation_layout "Logo on cover"}} {{#if @site.logo}} {{else}}

{{@site.title}}

{{/if}} {{/match}} {{#if @site.description}}

{{@site.description}}

{{/if}}
{{/match}}
{{!-- The main content area --}}
{{#foreach posts}} {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} {{> "post-card"}} {{/foreach}}
{{pagination}}