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
If available in Hex, the package can be installed
by adding liquex to your list of dependencies in mix.exs:
def deps do
[
{:liquex, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/liquex.
Support
- All tags
- All filters
- Objects and variables
- Custom filter
- Custom tags
TODO
- Whitespace control
- Full test suite using Liquid gem
- Date processing parity with Ruby