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