Новы глобальные изменения компонентоы
This commit is contained in:
parent
5d7bb04bf1
commit
a269d3459e
43 changed files with 1667 additions and 517 deletions
|
|
@ -6,6 +6,7 @@ import Header from "@components/layout/header/Header.astro";
|
|||
import Footer from "@components/layout/footer/Footer.astro";
|
||||
import Breadcrumbs from "@components/base/Breadcrumbs.astro";
|
||||
import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||
import Toast from "@components/base/Toast.astro";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
|
|
@ -32,6 +33,7 @@ const { title, description, canonicalLink, breadcrumbs } = Astro.props;
|
|||
<meta name="yandex-verification" content="be3edfd138348e43" />
|
||||
</head>
|
||||
<body>
|
||||
<Toast />
|
||||
<Header />
|
||||
<main class="main-content">
|
||||
{breadcrumbs && breadcrumbs.length > 0 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue