{{!-- This template is used for the subscription page. --}} {{!-- This block preloads specific assets for the newsletter page --}} {{#contentFor "preload"}} {{/contentFor}} {{!-- This block loads specific styles for the newsletter page --}} {{#contentFor "styles"}} {{/contentFor}} {{!-- The tag below means: insert everything in this file into the {body} of the default.hbs template --}} {{!< default}}
{{t "Back to home"}}
{{^if success}}

{{t "Subscribe to {blogtitle}" blogtitle=@site.title}}

{{t "Stay up to date! Get all the latest & greatest posts delivered straight 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") autofocus="true" }}
{{else}}

{{t "Subscribed!"}}

{{t "You've successfully subscribed to"}} {{@site.title}} {{t "with the email address"}} {{email}}

{{t "Back to home"}}
{{/if}}