--- import BaseLayout from './BaseLayout.astro'; import '../styles/post.css'; interface Props { title: string; } const { title } = Astro.props; ---

{title}

RSS Feed