Create Multiple Liquid Variables on One Line -
to create variable in liquid, following: {% assign my_variable = false %}
is possible create multiple variables via single line (that is, within same {% , %} block)? if so, syntax so?
to create variable in liquid, following: {% assign my_variable = false %}
is possible create multiple variables via single line (that is, within same {% , %} block)? if so, syntax so?
Comments
Post a Comment