liquid-rust
liquid-rust copied to clipboard
Add support for indexmap
I added the possibility to enable the use of an IndexMap
inside of the templates. I currently use liquid in a tool of mine, where I use an IndexMap
to keep elements in the order they were inserted in, as re-ordering those could lead to bugs further down.