$post): ?> text($post['content']); $preview = mb_strimwidth(strip_tags($html), 0, 120, '…'); $category = trim((string)($post['category'] ?? '')); $gradient = coverGradient($category !== '' ? $category : $post['uuid'], $allCats ?? []); $postUrl = '/post/' . rawurlencode($post['slug']); $isDraft = !$post['published']; $isAvantPremiere = $post['published'] && strtotime((string)($post['published_at'] ?? '')) > time(); $postCat = trim($post['category'] ?? ''); $isPrivate = $postCat !== '' && in_array($postCat, $privateCats ?? [], true); $isLocked = $isAvantPremiere; ?>