Charlie Tran c2c6f66ca8
feat(frontend): Module consolidation for some test modules and reduces errors from unsupported API calls (#1844)
* frontend - Module consolidation for some test modules and reduces errors from unsupported API calls

* Fix broken test
2020-09-03 10:37:02 -07:00

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}}