--- import Ads from '@components/Ads.astro' import BaseLayout from '@layouts/BaseLayout.astro' interface Props { description: string title: string } const { description, title } = Astro.props ---

{title}

{description}