12 lines
201 B
Handlebars
Raw Normal View History

<header>
2017-10-18 17:38:51 -07:00
{{#if hasBlock}}
{{yield}}
{{else}}
{{#if comments.length}}
<i class="fa fa-commenting" title="Comment Count"></i>
2017-10-18 17:38:51 -07:00
{{comments.length}}
{{/if}}
{{/if}}
</header>