github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/templates/components/list-table/table-body.hbs (about)

     1  {{#each rows key=key as |row|}}
     2    {{yield row}}
     3  {{/each}}