<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * @var \Magento\Cms\Block\Widget\Page\Link $block
 */
?>
<div class="widget block block-cms-link">
    <a <?= /* @noEscape */ $block->getLinkAttributes() ?>>
        <span><?= $block->escapeHtml($block->getLabel()) ?></span>
    </a>
</div>
