Closed fluffy-critter closed 1 year ago
Hm, the problem actually seems to be something weird with how the jinja set
primitive works in some contexts
The problem is actually in the order of operations of globals vs. extends
in Jinja templates; turns out that the local set
values get evaluated before the extends
logic takes place.
Expected Behavior
should result in a value of
view
whosecount
is 25Current Behavior
result is a
view
whosecount
is 50Context