mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-13 11:06:30 +00:00
12 lines
194 B
Handlebars
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>
|