Liquid Usage
-
Working with Liquid
WebinOne has implemented the Liquid templating language to allow easy and powerful control of layout components mixed with server-side logic for your site data and content.
-
Liquid Logic
Control the output of data and the rendering of your HTML with liquid conditional logic statements.
-
Liquid Iteration
Iteration tags execute liquid or template blocks in a repeating process.
-
Liquid Variables
A liquid variable is a stored value, code block, or object assigned to a custom name that can then be referenced in liquid code.
-
Liquid Filters
Liquid Filters allow you to modify the output of a Liquid object, whether that's adding something to it, removing something from it, executing a calculation, creating an array, or a wide variety of other powerful functions.
-
Liquid Miscellaneous
These liquid tags are used to alter or control the layout within the liquid scope.
-
Liquid Parser in Text-based Files
Liquid markup is a powerful way to render dynamic content and is a fundamental part of the WebinOne platform, which is why Liquid can be parsed in all supported text-based files, not just HTML.