{{#if componentName}} {{component componentName item=item}} {{else if linkParams}}
{{#link-to params=linkParams class="has-text-weight-semibold has-text-black is-display-flex is-flex-1 is-no-underline"}} {{yield (hash content=(component "list-item/content"))}} {{/link-to}}
{{yield (hash callMethod=callMethod menu=(component "list-item/popup-menu" item=item hasMenu=hasMenu))}}
{{else}}
{{yield (hash content=(component "list-item/content"))}}
{{yield (hash callMethod=callMethod menu=(component "list-item/popup-menu" item=item hasMenu=hasMenu))}}
{{/if}}