extends ../layouts/main block content h1 Core Nodes a(href="/admin/core-node/connect").uk-button.uk-button-primary Connect Core p You can register with one or more Core nodes to exchange information with those nodes. if Array.isArray(coreNodes) && (coreNodes.length > 0) ul.uk-list each node in coreNodes pre= JSON.stringify(node, null, 2) else p There are no registered core nodes.