In Shopify themes, longer logic is written in {% liquid 〜 %} tags, but when writing code, there are times when you want to output the value of a variable to check the processing status. In such cases, since you cannot use the {{ }} tag within {% liquid 〜 %} you will need to use echo instead.

