{% set article_cls = "article-content" %} {% if comment.Deleter %} {% set article_cls = "%s %s" | format(article_cls, "comment-deleted") %} {% endif %}
{% if comment.RenderedComment %} {{ comment.RenderedComment | safe }} {% else %} {{ comment.Comments }} {% endif %}