{% with post_answer=post, is_question=True %} {% include "post_layout.html" %} {% endwith %}

{{ post.answers|length }} Answers{{ post.answers|length }}

{% for answer in post.answers %}
{% with post_answer=answer %} {% include "post_layout.html" %} {% endwith %}
{% endfor %}