{"version":3,"file":"component---src-pages-templates-js-253d694ac698ca2f0f27.js","mappings":"kMAQMA,EAA8B,oBAAXC,OAEnBC,GAAiB,OAAOC,EAAAA,EAAP,qBAAH,4BAED,SAAAC,GAAC,OAAIA,EAAEC,MAAMC,MAAM,MAFlB,IAIhBC,EAAAA,GAAAA,GAJgB,aAKL,SAAAH,GAAC,WAASA,EAAEC,MAAMC,MAAM,MALnB,KAQhBC,EAAAA,GAAAA,GARgB,mBASC,SAAAH,GAAC,OAAIA,EAAEC,MAAMC,MAAM,MATpB,MAedE,EAAaR,EAAYS,EAAAA,EAASC,EAAAA,EAkBxC,UAhBsB,SAAC,GAAD,IAAGC,EAAH,EAAGA,SAAH,OACpB,QAACH,EAAD,CAAYG,SAAUA,IACpB,QAAC,IAAD,CACEC,MAAM,2DACNC,YAAY,+GACZC,SAAS,6DACTC,OAAO,YAERf,GACC,QAACE,EAAD,MACE,QAAC,IAAD,CAASc,SAAS,gBAElB","sources":["webpack://getform/./src/pages/templates.js"],"sourcesContent":["import React from 'react'\nimport styled from '@emotion/styled'\nimport Container from '../components/shared/container'\nimport { mediaQueries } from '../theme'\nimport Gallery from '../components/gallery/gallery'\nimport PageMetadata from '../components/page-metadata'\nimport Layout, { BaseLayout } from '../components/layout'\n\nconst isBrowser = typeof window !== 'undefined'\n\nconst InnerContainer = styled(Container)`\n padding: 0;\n margin-bottom: ${p => p.theme.space[23]};\n\n ${mediaQueries.md} {\n padding: ${p => `0 ${p.theme.space[10]}`};\n }\n\n ${mediaQueries.lg} {\n margin-bottom: ${p => p.theme.space[28]};\n }\n`\n\n// ssr metadata only, see https://github.com/gatsbyjs/gatsby/issues/14601\n// and https://github.com/gatsbyjs/gatsby/issues/17914\nconst PageLayout = isBrowser ? Layout : BaseLayout\n\nconst TemplatesPage = ({ location }) => (\n \n \n {isBrowser ? (\n \n \n \n ) : null}\n \n)\n\nexport default TemplatesPage\n"],"names":["isBrowser","window","InnerContainer","Container","p","theme","space","mediaQueries","PageLayout","Layout","BaseLayout","location","title","description","keywords","robots","basePath"],"sourceRoot":""}