--- import YouTubeAlert from './YouTubeAlert.astro'; export interface Props { title: string; description: string; showYouTubeAlert?: boolean; } const { title, description, showYouTubeAlert = false } = Astro.props; ---
{description}