{{!< 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 }}
{{tag.name}}
A {{pagination.total}}-post collection
{{! The main content area on the homepage }}
{{! Each post will be output using this markup }}
{{#foreach posts}}
{{tags prefix="on "}}