@if (ChildContent is not null) {
@ChildContent
} @code { [Parameter] public RenderFragment? ChildContent { get; set; } }