mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-29 03:25:58 +00:00
12 lines
201 B
Handlebars
12 lines
201 B
Handlebars
<header>
|
|
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{#if comments.length}}
|
|
<i class="fa fa-commenting" title="Comment Count"></i>
|
|
|
|
{{comments.length}}
|
|
{{/if}}
|
|
{{/if}}
|
|
</header>
|