How do I use Liquid's "case/when" control tags in the Shopify theme?
Case/when creates a switch statement to compare a variable with different values. case initializes the switch statement, and when compares its values. In this instance, the output will be determined when the variable called handle is "equal" to "cake" or is equal to "cookie".