export const title = frontmatter.title;
# {frontmatter.title}
Here’s the content of the article in MDX 1.
Written by: {frontmatter.author}
import Blockquote from '../../components/Blockquote.astro';
export const components = { blockquote: Blockquote };
> This quote will be a custom Blockquote