<?xml version="1.0"?>
<!--
/**
 * Layout update to add a top banner block into the after.body.start container.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="after.body.start">
            <block class="Magento\Cms\Block\Block" name="zhik_misc.top.banner" before="-">
                <arguments>
                    <argument name="block_id" xsi:type="string">custom_block_banner</argument>
                </arguments>
            </block>
        </referenceContainer>
    </body>
</page>
