{{!< default}} {{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}} {{#post}}

{{title}}

{{#if custom_excerpt}}

{{custom_excerpt}}

{{/if}} {{> "feature-image"}}
{{content}}
{{/post}}