@for (item of flatFiles(); track item.fullPath ?? ((item.directory ?? '') + '/' + item.filePath)) {
@for (level of item.levels; track $index) {
}
@if (item.hasChildren) {
@if (item.expanded) {
} @else {
}
} @else {
}
{{item.filePath}}
{{item.createdAt | relative}}