export function Latest({ posts }) { return (
Our latest articles and explorations.
{post.youtube && ["watch", "embed"].some(v => post.youtube.includes(v)) && ( Video )}
{post.title}
{post.description && post.description.length > 150 && !!post.image ? `${post.description.slice(0, 150)} ...` : post.description }