Liquid Increment Variable Test - Page 2
This page is testing using liquid increment
variables.
* Increment Variable Before: {{ incrementVariable }}
* {% increment incrementVariable %}
* {% increment incrementVariable %}
* Increment Variable After: {{ incrementVariable }}
- Increment Variable Before: 2
- 2
- 3
- Increment Variable After: 4
See also the IncrementTest1 page which uses the identical variable name.