<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Magento_Swatches::css/swatches.css"/>
    </head>
    <body>
        <referenceContainer name="content">
            <container name="all_brands_wrapper" htmlTag="div" htmlClass="cs-brands-index">
                <block class="Creativestyle\BrandManagementExtension\Block\All" name="all_brands_icons" template="Creativestyle_BrandManagementExtension::icons.phtml" />
                <block class="Creativestyle\BrandManagementExtension\Block\All" name="all_brands_letters" template="Creativestyle_BrandManagementExtension::letters.phtml" />
                <block class="Creativestyle\BrandManagementExtension\Block\All" name="all_brands_list" template="Creativestyle_BrandManagementExtension::all.phtml" cacheable="false"/>
            </container>
        </referenceContainer>
        <move element="all_brands_icons" destination="all_brands_wrapper" before="-" />
        <move element="all_brands_letters" destination="all_brands_wrapper" after="all_brands_icons" />
    </body>
</page>