@if (suggestions.length > 0) {
Suggestions
@for (item of suggestions; track item) { }
} @if (recentSearches.length > 0) {
Recent searches
@for (item of recentSearches; track item) { }
} @if (searchHistory.length > 0) {
Search history
@for (item of searchHistory; track item) { }
} @if (noResults && !loading) {

No results found for this query. Try broader keywords.

}