--- export interface Props { title?: string } const { title } = Astro.props const permaTitle = 'Hacking in Parallel 2022 //// Berlin' ---