Shopify · Updated June 2026

What Is Liquid (Shopify Template Language)?

Liquid is Shopify’s open-source templating language, used in all themes to render dynamic content with objects ({{ product.title }}), tags ({% if %}), and filters (| money). Understanding basic Liquid lets merchants customize themes without a developer.

Liquid is deliberately safe and sandboxed — it cannot call external services or run arbitrary code, which is why Shopify lets merchants edit theme files directly.

Related terms

← Browse all 51 terms