<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
  <head>
        <title>Facturas por Pagar</title>
        <css src="Enexum_DatosCliente::css/jquery.dataTables.min.css" />
        <css src="Enexum_DatosCliente::css/custom.css" />
        
        <script src="Enexum_DatosCliente::js/custom.js" />
    </head>
<update handle="customer_account"/> 
<body> 
    <referenceBlock name="page.main.title"> 
        <action method="setPageTitle"> 
            <argument translate="true" name="title" xsi:type="string">Facturas por Pagar</argument>                 
        </action> 
    </referenceBlock> 
    <referenceContainer name="content"> 
        <block class="Enexum\DatosCliente\Block\FacturasPorPagar" name="datos" cacheable="false" template="Enexum_DatosCliente::facturasporpagar.phtml"> 
        </block> 
    </referenceContainer>
</body> 
</page>