---
import '~/styles/tailwind.css'
---

<!doctype html>
<html lang="es" class="h-full">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="generator" content={Astro.generator} />

    <title>{{name}}</title>
  </head>
  <body class="overflow-y-scroll bg-gray-50 font-sans mb-44">
    <slot />
  </body>
</html>
