--- export interface Props { title: string; description?: string; } const { title, description = "leeworks.dev API documentation" } = Astro.props; --- {title} | leeworks.dev APIs