<?xml version="1.0" ?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <title>CTSG-My Label</title>
    </head>
    <body>
        <referenceContainer name="main.content" remove="true"/>
        <referenceContainer name="content">
            <block  cacheable="false" class="CTSG\Account\Block\Label\MyLabel" name="account" template="CTSG_Account::label/edit.phtml" >
                <block class="Magento\Customer\Block\Address\Book" name="address_book" template="CTSG_Account::address/book.phtml" cacheable="false"/>
                <block class="Magento\Framework\View\Element\Template" name="label_international" as="international" template="CTSG_Account::label/international.phtml" cacheable="false"/>
            </block>
        </referenceContainer>
    </body>
</page>
