{{!-- This block preloads specific assets for the post page --}} {{#contentFor "preload"}} {{/contentFor}} {{!-- This block loads specific styles for the post page --}} {{#contentFor "styles"}} {{/contentFor}} {{!-- The tag below means: insert everything in this file into the {body} of the default.hbs template --}} {{!< default}} {{!-- Special header.hbs partial to generate the
tag --}} {{#post}} {{> header background=@site.cover_image}} {{/post}}
{{!-- Everything inside the #post tags pulls data from the post --}} {{!-- Inject styles of the hero image to make it responsive --}} {{> hero background=@site.cover_image}}

{{@site.title}}

{{#if @site.description}}

{{@site.description}}

{{/if}} {{#if @custom.use_custom_cta}} {{@custom.custom_cta_text}} {{else}} {{#if @site.members_enabled}} {{t "Subscribe"}} {{/if}} {{/if}}
{{#if @custom.use_wave_separator}}
{{/if}} {{#post}}
{{content}}
{{/post}}
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}} {{#contentFor "scripts"}} {{/contentFor}}