@if (Entity != null) { var isVanguard = Entity.Vanguard() != null ? " vanguard" : "";
} @code { [Parameter] public EntityModel Entity { get; set; } }