Tree instruction is used to display data with hierarchical structure. An example of such a structure can be a site menu.
Example
<nav> <ul data-wb-role="tree" data-wb-item="menu"> <li><a href="{{uri}}">{{name}}</a></li> </ul> </nav>