{% extends 'layout.html' %} {# Macro to render simple flat list of direct children only (no recursion) #} {% macro render_fact_tree(all_children, parent_path, current_env, depth) %} {%- for child in all_children %}