{{!< default}} {{!-- The tag above means: insert everything in this file into the {body} tag of the default.hbs template --}} {{#post}} {{!-- Everything inside the #post block pulls data from the page --}}
{{#if feature_image}}
{{!-- This is a responsive image, it loads different sizes depending on device https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}} {{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}} {{#if feature_image_caption}}
{{feature_image_caption}}
{{/if}}
{{/if}}

{{title}}

{{content}}
{{/post}}