--- import type { Page } from "astro"; import LinkButton from "./LinkButton.astro"; import type { CollectionEntry } from "astro:content"; export interface Props { page: Page>; } const { page } = Astro.props; --- { page.lastPage > 1 && ( ) }