
Shopify Theme Customization with Liquid
By :

In this third chapter, we have learned about the Liquid programming logic that allows us to select which code block should execute under specific conditions. We have gained an understanding of variable and iteration tags and how we can use them in combination with different programming logic to execute a block of code repeatedly and recover only specific results.
Lastly, we have learned about the different types of theme tags and how we can use them to output a template-specific HTML markup. By learning how to use snippets to make our code more readable and maintainable, we have already taken a step forward in writing better-quality code. This will be especially important in the following chapter, where we will be diving further into Liquid core and learning more about Liquid objects and their attributes.