If prior conditional blocks do not pass, the contents of the else block are rendered.
{% if data="demo_daily_orders" %} If Content {% /if %} {% else %} Else Content {% /else %}