{{!<
default}}
{{!--
The
tag
above
means:
insert
everything
in
this
file
into
the
{body}
of
the
default.hbs
template
--}}
{{> site-header}}
{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
{{!-- Email subscribe form at the bottom of the page --}}
{{#if @labs.members}}
{{> subscribe-form}}
{{/if}}
{{!--
If you want to embed comments, this is a good place to do it!
--}}
{{> isso-scripts }}
{{!-- Links to Previous/Next posts --}}
{{/post}}
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in
default.hbs --}}
{{#contentFor "scripts"}}
{{/contentFor}}