edition/post.hbs

17 lines
269 B
Handlebars
Raw Permalink Normal View History

2024-02-12 12:39:05 +00:00
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="wide"}}
{{/post}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
2024-09-15 18:55:17 +00:00
{{> share-block}}
2024-02-12 12:39:05 +00:00
{{/post}}
</main>