If prior conditional blocks do not pass, conditionally render the contents based on whether rows are returned by the query.
{% if data="demo_daily_orders" condition="no_rows" %} If Content {% /if %} {% else_if data="demo_daily_orders" %} Else If Content {% /else_if %}