@if (IsLoading) { } else { if (ChildContent is null) { @Content } else { @(ChildContent) } }