{% cache cache_duration, 'post-search-result', post.id|string, g.lang_code %}
{% set image = post.image|placeholder('post') %}

{{ post.name }}

{{ _('Published on') }} {{ post.published|dateformat(format='long') }}

{{ post.headline|mdstrip(300) }}
{% endcache %}