--- import '../styles/blog.css'; export interface Props { title: string; description: string; permalink: string; } const { title, description, permalink } = Astro.props; --- {title}