// @flow import React from 'react'; import { Helmet } from 'react-helmet'; import Navigation from './Navigation'; type Props = { children?: React$Element<*>, }; export default function Layout({ children }: Props) { return ( Atlas {'{{HEAD}}'} {'{{CSS}}'} {children} ); }