Objects
Liquid objects contain attributes to output dynamic content on the page and may also be referred to as variables.
To output an object's attribute, wrap the object's name in {{
and }}
:
Input
{{ product.title }}
Output
My Awesome Product
Liquid objects contain attributes to output dynamic content on the page and may also be referred to as variables.
To output an object's attribute, wrap the object's name in {{
and }}
:
{{ product.title }}
My Awesome Product