{{!< default}} {{!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --}} {{!-- Main --}}
{{!-- Author info --}} {{#author}}
{{#if profile_image}} {{name}} {{/if}}

{{name}}

{{#if bio}}

{{bio}}

{{/if}}
{{#if location}}
{{location}}
{{/if}}
{{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}}
{{#if website}} Website {{/if}} {{#if twitter}} Twitter {{/if}} {{#if facebook}} Facebook {{/if}} RSS
{{/author}} {{!-- Posts --}}
{{#foreach posts}}
{{date format="MMM D, YYYY"}}

{{title}}

{{#if feature_image}} {{title}} {{/if}}

{{excerpt words="33"}}

{{/foreach}}
{{!-- Pagination --}} {{pagination}}