@namespace AntDesign @inherits AntDomComponentBase
@if (!string.IsNullOrWhiteSpace(Avatar) || AvatarTemplate != null) {
@if (!string.IsNullOrWhiteSpace(Avatar)) { } else { @AvatarTemplate }
}
@if (!string.IsNullOrWhiteSpace(Title) || TitleTemplate != null) {

@if (!string.IsNullOrWhiteSpace(Title)) { @Title } else { @TitleTemplate }

}
@if (!string.IsNullOrWhiteSpace(Description)) { @Description } else { @DescriptionTemplate }