{% if "comments" in payload %} {% for comment in payload.comments %} {% set comment_id = "comment" ~ comment.id %}

{{ comment.comment }}

{% endfor %} {% endif %} {% include "gist_comment_input" %}