liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
Hey All, Since one of the core goals of liquid is to be a compilable resource, it would be assumed that one would use it something like this ``` ruby...
Hey, I believe that showing errors is the right default for Shopify as a platform. However, I am taking a modular approach to building Shopify themes, and it would be...
Variable filter named arguments are not recursed into by the current implementation which I suspect is unintended. ``` {{ test | default: infilter, allow_false: infilter_hash_value }} ``` The variable lookup...
Automatic scrolling wasn't working because of a wrong `div` id.
Not doing this can cause argument errors on types that should be comparable (like `IntegerDrop`s).
Documentation has 'slice' under string filters. I needed it to use it for an array. I tried it and it worked even though I couldn't find it mentioned in the...
Hello! I just wanted to ask a question about `break` and its behaviour. In my work, I've noticed that `break` works outside of a `for` tag, for example in a...
Hi I was wondering if it´s possible to add other variable values to snippet renders? I find it cumbersome to have to capture a value only to send that value...