import Head from 'next/head' import Footer from './Footer' import { YMInitializer } from 'react-yandex-metrika' export default function Layout ({ children }) { return ( <>