{% set layout = layout ? 'layout--' ~ layout|clean_class %} {% set classes = [ 'node', 'node--type-' ~ node.bundle|clean_class, layout ? 'grid-full', node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, ] %}
About
{{ title_prefix }} {% if label and not page %} {{ label }} {% endif %} {{ title_suffix }} {% if display_submitted %}
{% if author_picture %}
{{ author_picture }}
{% endif %} {{ 'By'|t }} {% apply spaceless %}{{ author_name }}{% endapply %}, {{ date }} {{ metadata }}
{% endif %}
{# Comments not part of content, so they won't inherit .text-content styles. #} {{ content|without('comment') }} {% if content.comment %}
{{ content.comment }}
{% endif %}