@namespace Connected.Components @inherits UIComponent @if (!string.IsNullOrEmpty(Glyph) && Glyph.Trim().StartsWith(("<"))) { @if (Title != null) { @Title } @((MarkupString)Glyph) } else { }