<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package GDPR Base for Magento 2
 */ /** @var \Amasty\Gdpr\Block\Widget\Policy $block */ ?>
<div>
    <?= /** @noEscape */ $block->getPolicyText(); ?>
</div>
