MachineBlock

@code { [Parameter] public string? Title { get; set; } private bool DoPlaceholder { get => Title == null; } }