Conditional rendering

ac-if
<span ac-if="isVisible">Something</span>
In this case ac-if directive checks isVisible property and if it is true element will be added to the page, otherwise will be removed