@for (group of groupedExamples; track $index) {
{{ group.name }}
    @for (ex of group.examples; track $index) {
  • {{ ex.title }}
  • }
}