Blog Articles
-
{
posts.map((post: any) => (
-
{post.data.title} {post.data.description}
))
}