edition/post.hbs

16 lines
268 B
Handlebars

{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="wide"}}
{{/post}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{> share-block}}
{{/post}}
</main>