{# using tree.html macros, recursive creation of structural branches for DOM manipulation and tree.css styling. #} {% from 'tree.html' import create_branches %} {{ create_branches(units|from_json) }}