{# Minimal theme: post card (more minimal, no big button) #}
{% set card_image = post.hero_image_url or post.image_url %} {% if card_image %}
{{ post.title }}
{% endif %}
{% if post.category %} {{ post.category }} {% endif %} {% if post.author_name %} ✍️ {{ t_safe(translations, 'blog.author', 'Autor') }}: {{ post.author_name }} {% endif %} {% if post.published_at %} • {{ post.published_at.strftime("%d.%m.%Y") }} {% endif %}

{{ post.title }}

{{ post.excerpt or "" }}