--- const { title = "Log in" } = Astro.props; interface Props { title?: string; } ---