summaryrefslogtreecommitdiff
path: root/docs/src/pages/es/guides/pagination.astro
blob: 65c0fe3c497f045b85f270670c4e1431aa8200ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
import { Markdown } from 'astro/components';
import MainLayout from '~/layouts/MainLayout.astro';
const [content] = Astro.fetchContent('/src/pages/guides/pagination.md');
---

<MainLayout content="{content}">
  <Markdown>
    > Esta página todavía no está disponible en Español. Se muestra la versión en inglés.
  </Markdown>
  {content.astro.html}
</MainLayout>