Liquid
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|liquid}} }} '''Liquid''' is a template language developed by the online store platform Shopi...") |
Dan Tobias (Talk | contribs) |
||
Line 11: | Line 11: | ||
* [https://shopify.dev/api/liquid Documentation at Shopify] | * [https://shopify.dev/api/liquid Documentation at Shopify] | ||
* [https://github.com/Shopify/liquid Github project] | * [https://github.com/Shopify/liquid Github project] | ||
+ | |||
+ | [[Category:Web]] |
Latest revision as of 06:13, 5 September 2021
Liquid is a template language developed by the online store platform Shopify, using Ruby. It consists of HTML with embedded logic that can do such things as insert other templates and display or act on variables. It is used to create layout templates for pages that have content inserted into them, but can do more complex things such as iterating through the shopping cart contents to take actions based on the products there.
Liquid is an open-source project.