diff --git a/post.hbs b/post.hbs
index d3f28dda..0214180b 100644
--- a/post.hbs
+++ b/post.hbs
@@ -21,32 +21,24 @@
{{content}}
- {{!-- Email subscribe form at the bottom of the page --}}
- {{#if @labs.members}}
- {{> subscribe-form}}
- {{/if}}
-
+ {{!--
+
+ --}}
- {{!--
-
- --}}
+
{{/post}}
-{{!-- The #contentFor helper here will send everything in it to the matching #block helper in default.hbs --}}
+
{{#contentFor "scripts"}}
{{/contentFor}}
+
+{{!-- The #contentFor helper sends everything in it to the matching #block helper in default.hbs --}}
\ No newline at end of file