Hello writer of an awesome tool, for loops does not seem to work: ``` {% for i in (1..4) %} {{ i }} {% endfor %} ``` it makes the parser fail and returns a blank page. Any ideas on how I can help to debug this? (is there a flag to throw errors?)
Hello writer of an awesome tool,
for loops does not seem to work:
it makes the parser fail and returns a blank page.
Any ideas on how I can help to debug this? (is there a flag to throw errors?)