{frontmatter.title}
{frontmatter.description}
{t.post.publishedOn}: {frontmatter.pubDate.toLocaleDateString()}
{t.post.writtenBy}: {frontmatter.author}
{
frontmatter.tags.map((tag: string) => (
))
}