Example:
{% case "biscuit" %} {% when "cake" %} This is a cake {% when "cookie", "biscuit" %} This is a cookie {% else %} This is neither a cake nor a cookie {% endcase %}