@namespace Connected.Components @inherits UIComponent
@if (!string.IsNullOrWhiteSpace(Avatar)) {
} else if (!string.IsNullOrWhiteSpace(Icon)) {
}
@if (ChildContent != null) { @ChildContent } else { @Text }
@if (NestedList != null) { }
@if (NestedList != null) { @NestedList }