greyhare
greyhare
To be clear, I expect the output should have been: ```
> Thanks for raising this @greyhare > > I don't use post processors, but will endeavour to get visibility of this on our slack. I have just confirmed that the...
Digging further, the `nodelist` passed to `_scan_namespaces` ends with the `with_data` node, so the bug is eariler. Stuffing in a bunch of traces in the other nodes to see what's...
> Digging further, the `nodelist` passed to `_scan_namespaces` ends with the `with_data` node, so the bug is eariler. Stuffing in a bunch of traces in the other nodes to see...
In `_extend_nodelist(extend_node)` with `extend_node` as the "extends" node in my CMS page template, it gets down to ``` parent_template = extend_node.get_parent(get_context()) ``` Where `parent_template` is my `base.html` template file, which...
And here we are. I stuffed a printout into `SekizaiParser.parse_blocks` to print out what you guys are storing in `self.blocks['nodelist']`, and it's spitting out a series of lists (in reverse...
This is the entire `{% with_data %}` block: {% with_data "google-fonts" as fonts %}{% if fonts %} {% endif %}{% end_with_data %} There's no `{% render_block %}` in it. Further,...
Anyone have any ideas on this?
Gonna be a bit before I can recreate the test scenario.
This issue looks like it could be closed.