@namespace Connected.Components @inherits UIComponent @if (Visible) {
@if(LightBackground || DarkBackground) {
} @if(ChildContent != null) {
@ChildContent
}
}