<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="main.content" htmlTag="main" htmlClass="page-main page-main-pal" />
        <referenceContainer name="slide.showcase">
            <block class="Magento\Cms\Block\Block" name="slide">
                <arguments>
                    <argument name="block_id" xsi:type="string">slide-home</argument>
                </arguments>
            </block>
        </referenceContainer>
    	<referenceContainer name="page.top">
    		<block class="Magento\Cms\Block\Block" name="block_page_top"> 
		        <arguments> 
		            <argument name="block_id" xsi:type="string">block_page_top</argument> 
		        </arguments> 
		    </block>
    	</referenceContainer>
    	<referenceContainer name="page.bottom.container">
            <block class="Magento\Cms\Block\Block" name="block.content.bottom">
                <arguments>
                    <argument name="block_id" xsi:type="string">block_page_bottom</argument>
                </arguments>
            </block>
        </referenceContainer>
    </body>	
</page>
