<!-- ======================== | React Layout Configuration | ======================== -->
<!-- This layout is designed to display full screen react applications. -->
<!-- It's all set up with iframe resizer scripts, so integrating with apps -->
<!-- on app.baysideonline.com is simple. Here's how: -->
<!-- -------------------------------------------------------------------------------- -->
<!-- Step 1: Add an HTML Content Block to the Main zone. -->
<!-- Step 2: Copy the <iframe> (see below) into the HTML Content Block. -->
<!-- Step 3: Change the src of the <iframe> to the correct route. -->
<!-- Step 4: Refresh the page to see the changes. -->
<!-- ================================================================================ -->
<iframe id="react-iframe"
src="https://app.baysideonline.com"
style="min-width: 100%; height: 0px;">
</iframe>