--- interface Props { title: string; description: string; technologies?: string[]; url?: string; github?: string; featured?: boolean; } const { title, description, technologies, url, github, featured = false } = Astro.props; ---
{description}
{technologies && technologies.length > 0 && (