--- const { page, basePath = '/' } = Astro.props; const hasPrev = page.url.prev; const hasNext = page.url.next; --- {page.lastPage > 1 && ( )}