Home - leizongmin/tinyliquid GitHub Wiki
Guide Manual
The difference with Liquid language
TinyLiquid not support the locals variables like this: a[0], a["b"], a[0]["b"] and so on.
Only support to use . as the separator: a.b, a.b.c
TinyLiquid not support the locals variables like this: a[0], a["b"], a[0]["b"] and so on.
Only support to use . as the separator: a.b, a.b.c