@inherits MSGComponentBase
@if (this.HeaderContent is not null) {
@this.HeaderContent
}
@this.ChildContent
 
@if (this.FooterContent is not null) { @this.FooterContent }