{{!< default}} {{!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --}} {{!-- The big featured header, it uses blog cover image as a BG if available --}}
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
{{> "site-nav"}}

{{#if @site.logo}} {{else}} {{@site.title}} {{/if}}

{{@site.description}}

{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}} {{#contentFor "scripts"}} {{/contentFor}}