{% if post.category and post.category.lower() not in ['none', 'null', 'uncategorized', ''] %}
{{ post.category }}
{% else %}
{% endif %}
{% if post.published_at %}
📅 {{ post.published_at.strftime("%d.%m.%Y") }}
{% endif %}
{{ post.title }}
{% if post.excerpt %}{{ post.excerpt | truncate(130) }}
{% endif %}
{% if post.author_name %}✍️ {{ post.author_name }}{% endif %}
{{ t('blog.readMore') if t else 'Citește' }} →