{% if threaded %} {{ attach_library('classy/drupal.comment.threaded') }} {% endif %} {% set classes = [ 'comment', 'js-comment', status != 'published' ? 'comment--' ~ status, comment.owner.anonymous ? 'by-anonymous', author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeId() ~ '-author', 'clearfix', ] %}
{# Hide the "new" indicator by default, let a piece of JavaScript ask the server which comments are new for the user. Rendering the final "new" indicator here would break the render cache. #}
{{ user_picture }}
{% if title %} {{ title_prefix }} {{ title }} {{ title_suffix }} {% endif %}
{{ author }}    {{ created }} {% if parent %}

{{ parent }}

{% endif %}
{{ content|without('links') }} {% if content.links %} {% endif %}