Skip to main content
Comment variables
Variable Description
signupAuthor of the comment e.g. {{ comment.signup.published_name }}
activityActivity on comment e.g. {{ comment.activity }}
contentContent of commment e.g. {{ comment.content }}
content_htmlContent of comment, including HTML e.g. {{ comment.content_html }}
flag_urlURL to flag this comment
has_rule_violation?Did the comment receive a rule violation? e.g. {% if comment.has_rule_violation? %}