{% apply spaceless %} {# ------------------------ #} {# Available Variables #} {# ------------------------ #} {# id, element, commentsQuery, settings #} {# ------------------------ #} {# Set a variable here to catch errors and validation, which returns a `comment` element #} {# but we're already using `comment` in our loop below #} {% if comment is defined %} {% set activeComment = comment %} {% endif %}