Files
DF-Ghost-Dawn-Theme/custom-full-feature-image.hbs
T

19 lines
306 B
Handlebars
Raw Normal View History

2026-06-13 21:33:23 -05:00
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="full"}}
{{/post}}
{{#is "post"}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{/post}}
{{/is}}
</main>