{{ label }}
{{ content.body }}
{{ 'Read More'|t }}
{# /** * @file * Theme override to display a node. */ #} {% set classes = [ 'node', 'node-type-' ~ node.bundle|clean_class, 'node-content', 'service-node-content', node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', ] %} {% if view_mode =="teaser" %}