{% if question %} {% set comment = question %}
  • {% include 'comment.html' %}
  • {% endif %} {% if next %}
  • Load more
  • {% endif %} {% for comment in results %}
  • {% include 'comment.html' %}
  • {% endfor %}