--- export interface Props { question: string } const { question }: Props = Astro.props ---
{question}