<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes. All rights reserved.
 * See COPYING.txt for license details.
 */
 -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <title>Email to a Friend</title>
    </head>
    <body>
        <referenceBlock name="page.main.title">
            <action method="setPageTitle">
                <argument name="title" translate="true" xsi:type="string">Email to a Friend</argument>
            </action>
        </referenceBlock>
        <referenceContainer name="content">
            <block class="Magento\SendFriend\Block\Send"
                   name="sendfriend.send"
                   cacheable="false"
                   template="Magento_SendFriend::send.phtml"
            >
                <container name="form.additional.info" as="form_additional_info"/>
                <block name="product_item"
                       template="Magento_SendFriend::item.phtml">
                </block>
            </block>
        </referenceContainer>
    </body>
</page>
