--- export type Props = { title?: string; }; const title = Astro.props.title ?? "Sample Astro"; ---

{title}