{% if display_submitted %}
{% endif %}
{# /** * @file * Theme override to display a node. */ #} {% set classes = [ 'node', 'node-type-' ~ node.bundle|clean_class, 'node-content', 'post-wrapper', node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', ] %} {% if teaser %}