Skip to content

๐Ÿ…ฐ๏ธ New Control Flow

@if (items.length) {
@for (item of items; track item.id) {
<li>{{item.name}}</li>
}
}