{{!< 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 #post tags pulls data from the post }}
{{#post}}
{{title}}
{{content}}
{{#prev_post}}
{{!-- you can use here {{img_url feature_image}} too --}}