{frontmatter.title}
{/* Description */} {frontmatter.description &&{frontmatter.description}
} {/* Metadata (Date, Read Time) */} {/* Debug information */}Debug Info:
ShowKnowledgeGraph: {showKnowledgeGraph ? 'true' : 'false'}
CurrentPost exists: {currentPost ? 'yes' : 'no'}
Has Tags: {frontmatter.tags?.length > 0 ? 'yes' : 'no'}
Has Related Posts: {relatedPosts.length > 0 ? 'yes' : 'no'}
Current Post Tags: {JSON.stringify(frontmatter.tags || [])}