<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Cookie Consent (GDPR) for Magento 2
 */-->

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="after.body.start">
            <block class="Amasty\GdprCookie\Block\Consent"
                   name="amasty_gdprcookie_consent"
                   as="amasty_gdprcookie_consent"
                   template="Amasty_GdprCookie::consent.phtml">
            </block>
        </referenceContainer>
        <referenceBlock name="footer_links">
            <block class="Amasty\GdprCookie\Block\Link" name="gdprcookie_footer_link"/>
        </referenceBlock>
    </body>
</page>
