{{ label }}
{{ content|without('field_portfolio_images', 'field_portfolio_tags', 'comment') }}
{% if content.comment %}
{{ content.comment }}
{% 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, 'clearfix', ] %} {% if view_mode == 'teaser' %}