<?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">
    <body>
        <referenceBlock name="sidebar.main.account_nav">
            <block class="Magento\Framework\View\Element\Template" name="customer_account_navigation_more" template="Magento_Customer::account/navigation.phtml" after="customer_account_navigation"/>
        </referenceBlock>

        <!--
        <referenceContainer name="columns">
            <container name="htmltag.customer_account_top_block" htmlTag="div" htmlClass="customer-account-top-block" before="-">
                <block class="Magento\Cms\Block\Block" name="customer_account_top_block">
                    <arguments>
                        <argument name="block_id" xsi:type="string">customer-account-top-block</argument>
                    </arguments>
                </block>
            </container>
            <container name="htmltag.customer_account_bottom_block" htmlTag="div" htmlClass="customer-account-bottom-block" after="-"/>
        </referenceContainer>
        -->

        <move element="div.sidebar.main" destination="columns" before="main"/>
    </body>
</page>
