--- interface Props { title?: string; description?: string; } const { title = "加入等待名单", description = "留下你的邮箱,我们会第一时间通知你" } = Astro.props; ---

{title}

{description}