{% set article_img_content_id = ibexa_field_value(content,"slider").destinationContentIds[0] %}

{{ ibexa_content_name( content ) }}

{{ ibexa_field_value( content, 'description' )|striptags|u.truncate(250, '...', false)}}

{% if article_img_content_id is defined %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': article_img_content_id, 'viewType': 'teaser', 'params': {'onlyImage': 'true'}} ) ) }}
{% endif %}