+
${post.title}
+ ${post.excerpt ? `
${post.excerpt}
` : ''} + + ${post.tags?.length ? ` + + ` : ''} + + ${post.isPublished ? 'Published' : 'Draft'} + +
+ + + +
+