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