Variable tags enable you to create new Liquid variables.
assign
capture
capture
tag is useful when you want to combine multiple values into a single string.
increment
increment
tag creates a new variable with its own scope, separate from variables created with assign
or capture
.
decrement
increment
, the decrement
tag creates a new variable with its own scope.