@if (!string.IsNullOrEmpty(FooterText)) {

@FooterText

}

This is an automated message. Please do not reply as this inbox is unmonitored.

@code { [Parameter] public string? FooterText { get; set; } }