--- interface Props { message: string; } const { message } = Astro.props; ---

{message}