{{ ibexa_render_field( content, 'title' ) }}

{% if not ibexa_field_is_empty( content, "image" ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image").destinationContentId, 'viewType': 'embed','params':{'alias':'redesign_fullteaser', 'hideText': true, 'videoCaption': true,'noLayout': 1}} ) ) }}
{% endif %}
{{ ibexa_render_field( content, 'intro' ) }}
{{ ibexa_render_field( content, 'link', { "template": '@ibexadesign/fields/more_link_field_templates.html.twig', 'parameters': {"open_in_new_window": ibexa_field_value( content, 'open_in_new_window' )} } ) }}