2019-08-31 20:51:14 -07:00

12 lines
194 B
Handlebars

<header>
{{#if hasBlock}}
{{yield}}
{{else}}
{{#if comments.length}}
{{fa-icon "comment-alt" title="Comment Count"}}
{{comments.length}}
{{/if}}
{{/if}}
</header>