--- import IframeChannelSwitcher from "../../islands/ChannelSwitcher.jsx"; const { section } = Astro.props; ---
{section.title && (

{section.title}

)} {section.content && (
)}