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