<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
      layout="1column"
      cacheable="false">

    <body>
        <referenceContainer name="content">
            <block class="Homegym\CustomPage\Block\CustomPage"
                   name="homegym_showroom_refresh"
                   template="Homegym_CustomPage::showroom.phtml"
                   cacheable="false"/>
        </referenceContainer>
    </body>
</page>