Rather than have: ``` <h1 our-if="@string.IsNullOrEmpty(Model.Heading) == false"> @Model.Heading </h1> ``` you can just have ``` <h1 our-if-text="@Model.Heading" /> ```