<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <title>My Pricing</title>
    </head>
    <body>
        <referenceContainer name="content">
            <container name="htmltag.customer_pricing_top_block" htmlTag="div" htmlClass="customer-pricing-top-block" before="-">
                <block class="Magento\Cms\Block\Block" name="customer_pricing_top_block">
                    <arguments>
                        <argument name="block_id" xsi:type="string">customer-account-my-pricing-top-block</argument>
                    </arguments>
                </block>
            </container>
            <block class="DJOGlobal\ProviderPricing\Block\Customer\Account\MyPricing" name="customer_account_providerpricing_mypricing" template="customer/account/mypricing.phtml" cacheable="false"/>
        </referenceContainer>
    </body>
</page>
