<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="customer_account"/>
    <head>
        <title>My alerts</title>
    </head>
    <body>
        <referenceBlock name="page.main.title">
            <action method="setPageTitle">
                <argument translate="true" name="title" xsi:type="string">My alerts</argument>
            </action>
        </referenceBlock>
        <referenceContainer name="content">
            <block class="Dinhvan\ProductAlert\Block\StockAlert" name="alert.stock.index" template="Dinhvan_ProductAlert::stock/list.phtml" cacheable="false" />
        </referenceContainer>
    </body>
</page>