powyżej <% if(parent) { %><%= parent.repr %><% } else { %>-<% } %>
poniżej
    <% if(!children || children.length === 0) { %>-<% } else { %> <% children.forEach(function(child) { %>
  • <%= child.repr %>
  • <% }); %> <% } %>