<li class="docs-mt-2 docs-ml-4 docs-mb-1 docs-flex docs-items-center docs-text-sm" ...attributes>
  {{#if @model}}
    <LinkTo @route={{@route}} @model={{@model}} class="docs-text-grey-darker docs-no-underline hover:docs-underline" @activeClass="docs-text-brand docs-font-medium" data-test-id="nav-item" data-test-label={{@label}}>
      {{@label}}
    </LinkTo>
  {{else}}
    <LinkTo @route={{@route}} class="docs-text-grey-darker docs-no-underline hover:docs-underline" @activeClass="docs-text-brand docs-font-medium" data-test-id="nav-item" data-test-label={{@label}}>
      {{@label}}
    </LinkTo>
  {{/if}}
</li>
