@namespace AntDesign @inherits AntDomComponentBase
@if (ImageTemplate != null) { @ImageTemplate } else if (string.IsNullOrEmpty(Image) == false) { string alt = Description.TryPickT0(out string des, out _) ? des : LocaleProvider.CurrentLocale.Empty.Description; @alt } else if (Simple) { } else { }
@if (DescriptionTemplate != null) {

@DescriptionTemplate

} else if (Description.IsT1 == false || Description.AsT1 == true) {

@Description.AsT0

}