@if (columns()) {
@for (column of columns(); track column; let cIndex = $index) {
@for (node of column; track node; let rIndex = $index) {
Node
}
}
@if (showConnections()) {
@for (connection of connections(); track connection) {
}
}
Show Connections
Number
@for (option of totals; track option) {
{{ option }}
}
}