<?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">
    <head>
        <title>
            Meta Business Extension
        </title>
        <css src="Meta_BusinessExtension::css/fbe.css" />
    </head>
    <body>
        <referenceContainer name="content">
            <block class="Meta\BusinessExtension\Block\Adminhtml\Setup"
                   template="Meta_BusinessExtension::setup.phtml"
                   name="fbe.admin.setup" />
        </referenceContainer>
    </body>
</page>
