{% if content.fields['image_list'] is defined and not ibexa_field_is_empty(content, 'image_list') %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image_list").destinationContentIds[0], 'viewType': 'opengraph', 'noLayout': 1} ) ) }}
{% endif %}