{% set classes = [ 'node', 'node-detail', 'node--type-' ~ node.bundle|clean_class, node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, 'clearfix', ] %} {% if view_mode == 'teaser' %}
{{ content.field_image }}
{{ label }}
{{ content.body }}
{% elseif view_mode == 'teaser_2' %}
{{ content.field_image }}
{{ label }}
{% else %}
{% if post_format == 'video' or post_format == 'audio' and gva_iframe %} {{ gva_iframe|raw }} {% elseif post_format == 'gallery' and content.field_post_gallery %} {{ content.field_post_gallery }} {% else %} {{ content.field_image }} {% endif %}
{{ title_prefix }} {{ label }} {{ title_suffix }} {% if display_submitted %} {% endif %} {{ content|without('field_image','field_post_category', 'field_post_format', 'field_post_type', 'field_post_embed', 'field_post_gallery', 'comment') }}
{{ content.comment }}
{% endif %}