{"version":3,"sources":["webpack:///./src/templates/page.js"],"names":["Page","post","data","markdownRemark","frontmatter","title","dangerouslySetInnerHTML","__html","html","query"],"mappings":"2FAAA,0HAGe,SAASA,EAAT,GAAyB,IAChCC,EAD+B,EAARC,KACXC,eAClB,OACE,kBAAC,IAAD,KACE,6BACE,4BAAKF,EAAKG,YAAYC,OACtB,yBAAKC,wBAAyB,CAAEC,OAAQN,EAAKO,UAM9C,IAAMC,EAAK","file":"component---src-templates-page-js-eae38eacdea493e07720.js","sourcesContent":["import React from \"react\";\nimport Layout from \"../components/layout\";\n\nexport default function Page({ data }) {\n const post = data.markdownRemark;\n return (\n \n
\n

{post.frontmatter.title}

\n
\n
\n \n );\n}\n\nexport const query = graphql`\n query($slug: String!) {\n markdownRemark(fields: { slug: { eq: $slug } }) {\n html\n frontmatter {\n title\n }\n }\n }\n`;\n"],"sourceRoot":""}