mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-06 16:28:16 +00:00
16 lines
218 B
Handlebars
16 lines
218 B
Handlebars
{{#if hasBlock}}
|
|
|
|
{{yield}}
|
|
|
|
{{else}}
|
|
|
|
<strong class="empty-state__header">{{this.heading}}</strong>
|
|
|
|
{{#if this.subHead}}
|
|
<p class="empty-state__sub-head">
|
|
{{this.subHead}}
|
|
</p>
|
|
{{/if}}
|
|
|
|
{{/if}}
|