<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<layouts>
    <handle id="handle_two" label="Handle Two">
        <update handle="handle_one"/>
        <referenceBlock name="some_text_block">
            <action method="setText">
                <text>Some Custom Text</text>
            </action>
        </referenceBlock>
    </handle>
</layouts>
