<?xml version="1.0"?>
<!--
/**
 * @license http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @author Hervé Guétin <herve.guetin@gmail.com> <@herveguetin>
 * @copyright Copyright (c) 2018 Agence Soon (http://www.agence-soon.fr)
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <body>
        <referenceBlock name="page.main.title">
            <action method="setPageTitle">
                <argument translate="true" name="title" xsi:type="string">Delete Account</argument>
            </action>
        </referenceBlock>
        <referenceContainer name="content">
            <block class="Soon\CustomerDelete\Block\Form\Delete" name="soon_customerdelete.customer_delete" template="Soon_CustomerDelete::delete.phtml" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
