@for (category of navigation.categories; track category) {
  • {{ category.title }} @if (rla.isActive) {
      @for (section of category.sections; track section) {
    • {{ section.title }}
    • }
    }
  • }