github.com/hernad/nomad@v1.6.112/ui/app/templates/components/list-table/table-body.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{#each this.rows key=this.key as |row index|}}
     7    {{yield row index}}
     8  {{/each}}