@namespace Oqtane.Themes.Controls @inherits ThemeControlBase @if (!string.IsNullOrWhiteSpace(Value)) { } @code { [Parameter()] public string Value { get; set; } }