Closed seancorfield closed 2 years ago
Looks like a bug in my PR:
user=> (p/render "{% for i in 10|range|take:3 %}{{i}}; {% endfor %}" {}) "1; 0; " user=>
(for this case, it could use 3|range but filters should work after range I think)
3|range
range
Looks like a bug in my PR:
(for this case, it could use
3|range
but filters should work afterrange
I think)