@using Iceshrimp.Frontend.Core.Miscellaneous @if (_state == State.Init) {
@foreach (var el in Notifications) {
}
} @if (_state == State.Loading) {
Loading!
} @if (_state == State.Error) {
Something went wrong!
} @code { }