{% set classes = [ 'node', '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, ] %} {{ attach_library('starterkit_theme/node') }} {{ title_prefix }} {% if label and not page %} {{ label }} {% endif %} {{ title_suffix }} {{ content.field_image.0 }} {{ node.label }}