{{!< 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 #author tags pulls data from the author }}
{{#author}}
{{name}}
{{bio}}
{{/author}}
{{! The main content area on the homepage }}
{{! Each post will be output using this markup }}
{{#foreach posts}}
{{tags prefix="on "}}