--- import Socials from '../components/Socials.astro' export interface Props { title?: string } const { title } = Astro.props const permaTitle = 'Hacking in Parallel 2022 //// Berlin' --- {`${title ? title + ' / ' : ''}${permaTitle}`}