{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
{{!-- Email subscribe form at the bottom of the page --}}
{{#if @labs.subscribers}}
{{/if}}
{{#if @labs.members}}
{{/if}}
{{!-- If you want to embed comments, this is a good place to do it! --}}
{{!--
--}}
{{/post}}
{{!-- Related posts --}}
{{#get "posts" limit="3" filter="tags:[{{post.tags}}]+id:-{{post.id}}" include="tags,authors" as |related|}}
{{/get}}
{{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")
}}
{{t "Subscribe to our newsletter"}}
{{t "Get the latest posts delivered right to your inbox."}}
{{> "newsletter-form"}}