{% if fullDesign is defined %} {% if isValidLocationId(locationId) %}
{% if not ibexa_field_is_empty( content, "image" ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image").destinationContentId, 'viewType': 'embed', 'params': {'alias': 'quare576x574', 'minimalMarkup': true}} ) ) }}
{% else %}
{% endif %} {{ ibexa_field_value(content,'publish_date')|format_datetime( 'long', 'none', locale='de' ) }} {{ ibexa_field_value( content, 'title' ) }}

{{ ibexa_field_value( content, 'intro' )|striptags|u.truncate(200, '...', false) }}

Jetzt entdecken

{% endif %} {% else %} {% if not ibexa_field_is_empty( content, "intro" ) %}
{{ ibexa_render_field( content, 'intro' ) }}
{% endif %}
{{ ibexa_render_field( content, 'title' ) }}
{% endif %}