СоÐздание первичной струтктуры страниц

This commit is contained in:
Web-serfer 2026-04-01 19:09:57 +05:00
parent a654599285
commit f1be0635e4
6 changed files with 47 additions and 5 deletions

View file

@ -29,7 +29,9 @@ const { title, description, canonicalLink } = Astro.props;
</head>
<body>
<Header />
<main>
<slot />
</main>
<Footer />
<ConsultationModal />
</body>