{# /** * @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 %}
{{ content.field_image }}
{% else %}
{{ content.field_image }}

{{ label }}

{% if content.body | render %}

{{ 'Detail' | t }}

{{ content.body }} {% endif %} {% if content.field_link | render %} {{ 'Visit Website' | t }} {% endif %}
{% endif %}