\n {isDraft ? (\n
\n {React.createElement(\n 'callout-warning',\n {},\n `This blog post is a draft. Please don't share it in its current state.`,\n )}\n
\n ) : null}\n {isArchived ? (\n
\n {React.createElement(\n 'callout-warning',\n {},\n `This blog post is archived. It's no longer maintained and may contain outdated information.`,\n )}\n
\n ) : null}\n
{frontmatter.title}
\n
\n {[dateDisplay, data.page.readTime?.text ?? 'quick read']\n .filter(Boolean)\n .join(' — ')}\n
\n
\n {frontmatter.bannerCloudinaryId ? (\n