@for (item of items; track item) { @for (child of item.children; track child) {
  • {{child.label}} @if (child.children) { }

  • } }