export function Latest({ posts }) { return (

Latest Releases

Our latest articles and explorations.

{posts && posts.map((post) => (
{post.image ?
{post.title}
: ))}
) }