extends ../layouts/main block content form(method="POST", action="/admin/core-node/connect").uk-form .uk-card.uk-card-default.uk-card-small .uk-card-header h1.uk-card-title Connect to New Core .uk-card-body .uk-margin label(for="host").uk-form-label Address input(id="host", name="host", placeholder="Enter host name or address", required).uk-input .uk-margin label(for="port").uk-form-label Port Number input(id="port", name="port", min="1", max="65535", step="1", value="4200", required).uk-input .uk-card-footer button(type="submit").uk-button.uk-button-primary Send Request