{% extends "@ibexadesign/pagelayout.html.twig" %} {% block headerimage %}
{% if not ibexa_field_is_empty( content, 'mainimage' ) %} {{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"mainimage").destinationContentId, 'viewType': 'embed', 'noLayout': true, 'params': {'alias': 'zuk_full_screen_width_full', 'minimalMarkup': 'true', 'srcmedia': 'min-width: 768px'}} ) ) }} {% endif %} {% if not ibexa_field_is_empty( content, 'mainimage_small' ) %} {% endif %}
{% if not ibexa_field_is_empty( content, 'short_title' ) %}

{{ ibexa_field_value(content, 'short_title') }}

{% endif %} {% endblock %} {% block content %}

{{ ibexa_field_value(content,'publish_date')|format_datetime( 'long', 'none', locale='de' ) }} {{ ibexa_field_value(content, 'title') }}

{{ ibexa_render_field(content, 'body') }}
{% endblock %}