Twee theaterzalen, repetitieruimtes, werkateliers, café/volkskeuken De Sering, culinair pop-up restaurant TestTafel, pop-up barista SubCult en dans & bewegingsruimte Dance Space Destiny.

function init(){
$Lightning.use("c:embedHuurdersFlowApp", // name of the Lightning app
function() { // Callback once framework and app loaded
$Lightning.createComponent(
"c:embeddedFlow", // top-level component of your app
{ }, // attributes to set on the component when created
"fc__block fc__text", // the DOM location to insert the component
function(cmp) { // callback when component is created and active on the page
}
);
},
'https://huren.desloot.nl/ruimte-boeken' // Experience Cloud site endpoint
);
}