{{!-- This loops through the 'oomi' array created in JS (Max 2 items) --}} {{#each oomi}}

{{{listMetadata.t.[0]}}}

Oomi
{{/each}} {{!-- This loops through the 'academy' array created in JS (Max 2 items) --}} {{#each academy}}

{{{listMetadata.t.[0]}}}

Academy
{{/each}} {{!-- This loops through the 'soutron' array created in JS (Max 2 items) --}} {{#each soutron}}

{{{listMetadata.t.[0]}}}

Soutron
{{/each}} {{!-- This loops through the 'publishing' array created in JS (Max 2 items) --}} {{#each publishing}}

{{{listMetadata.t.[0]}}}

Publishing
{{/each}}