@if (_loadingTop) {
Loading!
} @foreach (var el in State.RenderedList) {
} @if (_loadingBottom) {
Loading!
} else {
The end!
}
@code { }