import React from 'react' import Link from 'gatsby-link' import { Container } from 'react-responsive-grid' import { rhythm, scale } from '../utils/typography' class Template extends React.Component { render() { const { location, children } = this.props let header if (location.pathname === '/') { header = (