{{!< default}}
{{! The comment above "< default" means - insert everything in this file into
the {body} of the default.hbs template, which contains our header/footer. }}
{{! The big featured header on the homepage, with the site logo and description }}
{{#if settings.logo}}{{/if}}
{{settings.title}}
{{settings.description}}
{{! The main content area on the homepage }}
{{! Each post will be output using this markup }}
{{#foreach posts}}
{{#if tags}}on {{tags}}{{/if}}