--- import "../style/config/reset.scss"; import "../style/vars/index.scss"; interface Props { title: string; description?: string; } const { title, description = "" } = Astro.props; --- {title} | Laba {description && }