Asked
Active
Viewed {{ post.ViewCount|number_short }} times
{% with post_answer=post, is_question=True %}
{% include "post_layout.html" %}
{% endwith %}
{% for answer in post.answers %}
{% with post_answer=answer %}
{% include "post_layout.html" %}
{% endwith %}
{% endfor %}
{% if post.links.duplicates or post.links.relateds %}
{% endif %}
{% endblock %}