--- import BaseLayout from './BaseLayout.astro'; import BlogPostFooter from '../components/BlogPostFooter.astro'; import LikeViewCounter from '../components/LikeViewCounter.astro'; const { entry } = Astro.props; ---

{entry.data.title}

{entry.data.featuredImage &&
{entry.data.alt
}