<mvc:View
    controllerName="${ez5.appName}.controller.${ez5.controllerName}"
    xmlns:ff="sap.f"
    xmlns:mvc="sap.ui.core.mvc"
    xmlns:tnt="sap.tnt">
    <tnt:mainContents>
        <ff:FlexibleColumnLayout
            id="app"
            backgroundDesign="Solid"
            layout="{fclModel>/layout}"
            stateChange="onStateChanged" />
    </tnt:mainContents>
</mvc:View>
