8 lines
205 B
Handlebars
Raw Normal View History

{{#if @entity}}
{{#if hasblock}}
{{yield (hash field=(get @entity @options.fieldName))}}
{{else}}
<span class={{@options.className}}>{{get @entity @options.fieldName}}</span>
{{/if}}
{{/if}}