--- import Perforation from "../components/Perforation.astro"; import SiteFooter from "../components/SiteFooter.astro"; import SiteHeader from "../components/SiteHeader.astro"; import BaseLayout from "./base.astro"; interface Props { title: string; description?: string; code?: string; } const { title, description, code } = Astro.props as Props; ---
← Вернуться в реестр

{title}