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

{section.title}

)} {section.content && (
)} {section.iframe_sets && section.iframe_sets.length > 0 && ( )}