mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-12 11:17:01 +00:00
8 lines
205 B
Handlebars
8 lines
205 B
Handlebars
![]() |
{{#if @entity}}
|
||
|
{{#if hasblock}}
|
||
|
{{yield (hash field=(get @entity @options.fieldName))}}
|
||
|
{{else}}
|
||
|
<span class={{@options.className}}>{{get @entity @options.fieldName}}</span>
|
||
|
{{/if}}
|
||
|
{{/if}}
|