${t.handle}
${t.likes}
4.2K
1.1K
${t.caption}
Shop this fit
${t.productIds.map(id => {
const p = productById(id);
if (!p) return '';
return `
$${p.price}
`;
}).join('')}