<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); /** @var $block \Magento\ReCaptchaUi\Block\ReCaptcha */ ?> <div class="field-recaptcha" id="<?= /* @noEscape */ $block->getRecaptchaId() ?>-container" data-bind="scope:'<?= /* @noEscape */ $block->getRecaptchaId() ?>'" ><!-- ko template: getTemplate() --><!-- /ko --></div><script>
    require(['jquery', 'domReady!'], function ($) {
        $('#<?= /* @noEscape */ $block->getRecaptchaId() ?>-container')
            .appendTo('#newsletter-validate-detail');
    });</script><script type="text/x-magento-init">
{
    "#<?= /* @noEscape */ $block->getRecaptchaId() ?>-container": {
        "Magento_Ui/js/core/app": <?= /* @noEscape */ $block->getJsLayout() ?>
    }
}</script>