--- import Base from "@layouts/Base.astro"; import Gifs from "@components/Gifs.astro"; const { title, description } = Astro.props.frontmatter; ---