edition/custom-full-feature-image.hbs

19 lines
324 B
Handlebars
Raw Normal View History

2024-02-12 12:39:05 +00:00
{{!< default}}
2024-10-03 13:26:30 +00:00
{{> "shop/modal"}}
2024-02-12 12:39:05 +00:00
<main class="site-main">
{{#post}}
{{> "content" width="full"}}
{{/post}}
{{#is "post"}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{/post}}
{{/is}}
</main>