v1.9.1
Creates a switch statement to compare a variable with different values. case initializes the switch statement, and when compares its values.
Input
{% assign handle = "cake" %} |
Output
This is a cake |
v1.9.1
Creates a switch statement to compare a variable with different values. case initializes the switch statement, and when compares its values.
Input
{% assign handle = "cake" %} |
Output
This is a cake |