{{#each sections as |section|}}
{{localize section.label}}
{{#each section.slots as |slot|}} {{> 'feat-slot' feat=slot.feat children=slot.children}} {{/each}} {{/each}} {{#*inline 'feat-slot'}}
{{!-- image --}} {{> (@root.partial 'item-image') feat}} {{!-- name --}}
{{feat.label}}
{{#each children as |slot|}} {{> 'feat-slot' feat=slot.feat children=slot.children subitem=true}} {{/each}} {{/inline}}