{{!< default}} {{! The comment above "< default" means - insert everything in this file into the {body} of the default.hbs template, which contains our header/footer. }} {{! Everything inside the #post tags pulls data from the post }} {{#post}} {{#if @blog.logo}}{{/if}} {{#if @blog.navigation}} Menu {{/if}} {{title}} {{date format="DD MMMM YYYY"}} {{tags prefix=" on "}} {{content}} {{/post}}