Liquid is more of a markup language for rendering safe templates which cannot affect the security of the server they are rendered on.
Liquid was developed and is currently used with the Shopify e-commerce platform.
Initially developed as a Ruby on Rails tools, it can also work with stand-alone Ruby apps.
Liquid supports a very simple API based around the Liquid::Template class.
What's New in This Release: [ read full changelog ]
· Performance improvements
· Allow filters in assign
· Add modulo filter
· Ruby 1.8, 1.9, and Rubinius compatibility fixes
· Add support for quoted['references'] in tablerow
· Add support for Enumerable to tablerow