You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace tree_node.html include with inline Django 6.0 partialdef
The recursive tree_node.html file is folded into tree.html using
{% partialdef tree_node %} / {% partial tree_node %}. Context is passed
via {% with node=child %}, which works because PartialNode uses
DeferredSubDict for runtime lookup, making recursive self-reference safe.
https://claude.ai/code/session_01M6L96N8QWgnkDqGCYobb4d
0 commit comments