{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}}
{{#contentFor "scripts"}}
{{/contentFor}}
{{#if @labs.subscribers}}
{{!-- Email subscribe form at the bottom of the page --}}
{{#if @labs.subscribers}}
{{/if}}
{{#if @labs.subscribers}}
{{t "Subscribe to our newsletter"}}
{{t "Get the latest posts delivered right to your inbox."}}
{{subscribe_form
form_id="subscribe-form"
form_class="m-subscribe-section__form"
input_id="subscribe_input"
input_class="m-input in-subscribe-section"
button_id="subscribe_button"
button_class="m-button primary block"
placeholder=(t "Your email address")
}}