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?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -