{# /** * @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', ] %} {% if teaser %} {{ title_prefix }} {{ title_suffix }}
{{ content.field_image.0 }}

{{ label }}

{{ content.field_project_category }}
{% else %} {{ title_prefix }} {{ title_suffix }}
{% if content.field_image | render %} {% if content.field_portfolio_format['#items'].getValue()|first.value == "1" %}
{% else %}
{{ content.field_image.0 }}
{% endif %} {% endif %}
{% if content.body %}

{{ 'Description' | t }}

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

{{ 'Details' | t }}

{% if content.field_client | render %}
{{ 'Client:'|t }} {{ content.field_client }}
{% endif %} {% if content.field_project_category | render %}
{{ 'Category:'|t }} {{ content.field_project_category }}
{% endif %} {% if content.field_link | render %} {{ 'View Project'|t }} {% endif %}
{% endif %}