<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
  <head>
        <title>Cuenta Corriente</title>
    </head>
<update handle="customer_account"/> 
<body> 
    <referenceBlock name="page.main.title"> 
            <action method="setPageTitle"> 
                <argument translate="true" name="title" xsi:type="string">Cuenta Corriente</argument> 
            </action> 
     </referenceBlock> 
     <referenceContainer name="content"> 
        <block class="Magento\Framework\View\Element\Template" name="datos_cliente2" cacheable="false" template="Enexum_DatosCliente::cuentacorriente.phtml"> 
        </block> 
    </referenceContainer>
</body> 
</page>