{# /** * @file * Theme override to display a node. */ #} {% set classes = [ 'node', 'node-type-' ~ node.bundle|clean_class, 'node-content', node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', ] %} {{ title_prefix }} {{ title_suffix }} {% if teaser %} {% else %}
{% if content.field_image | render %}
{{ content.field_image }}
{% endif %}
{% if content.body | render %}

{{ label }}

{{ content.body }}
{% endif %}
{% endif %}