@if (isLeaf()) { @if (isSelfDragging()) { }
@if (!isRoot()) { drag_indicator } {{ leafLabel() }} @if (!isRoot()) { }
drag_indicator {{ leafLabel() }}
} @else if (isBranch()) {
@if (isSelfDragging()) { }
@if (!isRoot()) { drag_indicator } AND OR @if (isRoot()) { } @else { }
{{ conjunctionLabel() }} branch
@if (node().children.length === 0) { } @else { @for (child of node().children; track child.id; let i = $index) {
} }
}