Liquex

A Liquid template parser for Elixir.

A goal for this project is to be 100% compatible with Shopify's Liquid templating engine for ruby.

Installation

The package is available in Hex and can be installed by adding liquex to your list of dependencies in mix.exs:

def deps do
  [
    {:liquex, "~> 0.3"}
  ]
end

Documentation can be found at https://hexdocs.pm/liquex.

Support

Liquex's goal is 100% byte for byte compatibility with Liquid. The current state of the project can be seen here:

Supported:

Not yet implemented