@if (searchResults().length) { } @else if (history.hasItems() && !this.searchForm().value().length) { } @else {
@if (emptyState() === 'start') {
Start typing to see results
} @else {
No results found
}
}