{{'hello' | uppercase | text}}

@for (hotel of hotels; track hotel.hotelId) { @let should_show = search === "" || hotel.hotelName.includes(search); @if (should_show) { } } @if (!has_hotels()) {

No hotels found

}