Layout_eV-qEGCG.mjs 828 B

12345678910111213
  1. globalThis.process ??= {}; globalThis.process.env ??= {};
  2. import { e as createComponent, f as createAstro, l as renderHead, o as renderSlot, r as renderTemplate } from './astro/server_WO3f6Mge.mjs';
  3. /* empty css */
  4. const $$Astro = createAstro();
  5. const $$Layout = createComponent(($$result, $$props, $$slots) => {
  6. const Astro2 = $$result.createAstro($$Astro, $$props, $$slots);
  7. Astro2.self = $$Layout;
  8. const { title = "eInk Dashboard" } = Astro2.props;
  9. return renderTemplate`<html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>${title}</title>${renderHead()}</head> <body> ${renderSlot($$result, $$slots["default"])} </body></html>`;
  10. }, "/home/fc/Projects/glance/src/layouts/Layout.astro", void 0);
  11. export { $$Layout as $ };