edition/partials/comments.hbs

9 lines
322 B
Handlebars
Raw Normal View History

2024-02-12 12:39:05 +00:00
{{#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}}