edition/post.hbs

17 lines
287 B
Handlebars

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