Conditionally Render Page Include

I have a skuid page wherein i also use a page include. On the hit of a button, there is a javascript snippet that runs. The requirement is that if the boolean set in the snippet is set to true, then only the page include should render. Hot do i acvieve this

I believe you could put the page inckude inside of a wrapper and conditionally render the wrapper.

Yes what Ray says or I usually use a responsive grid and make rendering condition on grid.

Both ways should work

Thanks guys for the answers…they did help