Replies: 1 comment 2 replies
-
It's OK in the playground: https://liquidjs.com/playground.html#eyUgaWYgbXlfdmFyaWFibGUgPiAxICV9eWVzeyVlbHNlJX1ub3slIGVuZGlmICV9 I believe you're escaping the template content before pass it to liquidjs. Try print out the template string before parse and render. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the greater than operator
>
in a simple if condition{% if my_variable > 1 %}s{% endif %}
but this breaks. This is happening with the less than operator too<
.This in my view is a major issue, any ideas on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions