rittenhop-ghost/content/themes/Dawn-custom/partials/comments.hbs
2024-08-29 19:55:56 -04:00

9 lines
322 B
Handlebars

{{#if comments}}
<section class="gh-comments gh-canvas">
<header class="gh-comments-header">
<h3 class="gh-comments-title related-title">Member discussion</h3>
{{comment_count class="gh-comments-count"}}
</header>
{{comments title="" count=false}}
</section>
{{/if}}