{{!< default}} {{! The tag above means - insert everything in this file into the {body} of the default.hbs template }} {{! The big featured header }} {{! Everything inside the #author tags pulls data from the author }} {{#author}} {{#if @blog.logo}}{{/if}} {{#if @blog.navigation}} Menu {{/if}} {{#if image}} {{name}}'s Picture {{/if}} {{name}} {{#if bio}} {{bio}} {{/if}} {{#if location}}{{location}}{{/if}} {{#if website}}{{website}}{{/if}} {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} {{/author}} {{! The main content area on the homepage }} {{! The tag below includes the post loop - partials/loop.hbs }} {{> "loop"}}