summaryrefslogtreecommitdiff
path: root/docs/src/pages/es/guides/pagination.astro
blob: 5c0f03be936f173ddb3007390f5538cc159bd11d (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('~/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>