--- import {type Page} from 'astro'; type Props = { page: Page } const {page} = Astro.props; const {url, lastPage, currentPage} = page; const {prev, next} = url; ---
{(lastPage !== currentPage || lastPage > 1) && {currentPage} / {lastPage} }