{{!-- This template is used for the subscription page. --}} {{!-- 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"}} {{@site.title}}

{{t "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox."}}

{{> "newsletter-form"}}
{{else}}

{{t "Subscribed!"}}

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

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