{{!< default}} {{!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --}} {{!-- Everything inside the #post tags pulls data from the post --}} {{#post}}
{{#primary_tag}} / {{name}} {{/primary_tag}}

{{title}}

{{#if feature_image}}
{{/if}}
{{content}}
{{!-- Email subscribe form at the bottom of the page --}} {{#if @labs.subscribers}} {{/if}}
{{!-- There are two options for how we display the byline/author-info. If the post has more than one author, we load a specific template from includes/byline-multiple.hbs, otherwise, we just use the default byline. --}} {{#has author="count:>1"}} {{> "byline-multiple"}} {{else}} {{> "byline-single"}} {{/has}}
{{!--
If you want to embed comments, this is a good place to do it!
--}}
{{!-- Links to Previous/Next posts --}} {{!-- Floating header which appears on-scroll, included from includes/floating-header.hbs --}} {{> floating-header}} {{/post}} {{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}} {{#contentFor "scripts"}} {{/contentFor}}