{% if condition: woocommerce_cart_empty %}
    <h2>Your cart is empty.</h2>
{% else %}
    <h2>Your cart has {{ var: WooCommerce.Cart }} items.</h2>
{% endif %}