{{! Copyright 2020, Verizon Media. Licensed under the terms of the MIT license. See accompanying LICENSE.md file for terms. }}
<ul class="breadcrumb" ...attributes>
  {{#each @items as | item |}}
    <li>{{yield item}}</li>
  {{/each}}
</ul>